Skip to content

Latest commit

 

History

27 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Taskii

Live API Frontend Backend

A full-stack to-do app for organizing daily tasks — add, track, and complete your work.

Live Demo

Tech Stack

  • Frontend: React 19, Vite, Tailwind CSS v4, shadcn/ui
  • Backend: Node.js, Express, MongoDB (Mongoose)
  • Deployment: Render (API)

Project Structure

Taskii/
├── backend/          # Express API (/api/tasks)
│   └── src/
└── frontend/         # React + Vite app
    └── src/

How to Run

Backend

cd backend
npm install
npm run dev

Create a .env file in backend/:

PORT=5000
MONGODB_URL=your_mongodb_connection_string

API runs at http://localhost:5000

Frontend

cd frontend
npm install
npm run dev

Set the API URL in frontend/.env:

VITE_API_URL=http://localhost:5000

App runs at http://localhost:5173

About

Taskii - a full-stack to-do app for organizing daily tasks, built with a separate frontend and backend for managing, tracking, and completing your work.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages