Ye ek simple full-stack To-Do List application hai jo Next.js frontend aur Express.js backend use karta hai. Isme aap task add, complete aur delete kar sakte hain.
- Add new tasks
- Mark tasks as completed
- Delete tasks
- Backend API with Express.js
- Frontend with Next.js
- Next.js
- Express.js
- Node.js
- JavaScript
- REST API
- Backend setup: cd backend npm install node server.js
Note: Backend server ko chalaye rakhna bahut zaroori hai. Yeh backend API port
5000par listen karega.
cd frontend npm install npm run dev
- Browser me
http://localhost:3000par jaake task add karo. - Tasks dikhenge list me, jinhe aap complete ya delete kar sakte hain.
- Backend server (port 5000) hamesha chal raha hona chahiye, tabhi frontend properly fetch karega data.
This project is open source and free to use.
Amitjoiya
Thank you for checking out my project!