You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The First Todo App is a simple project that demonstrates basic web development concepts. It allows users to create, view, update, and delete tasks. Typically, it uses: Frontend: HTML, CSS, and JavaScript Backend: Node.js with Express Database: MongoDB This project helps beginners learn CRUD operations, and database interactions.
This projects contains a simple TODO application .
It has following features :
Anyone can create a todo
Anyone can see their existing todo
Anyone can mark a todo as done
About
The First Todo App is a simple project that demonstrates basic web development concepts. It allows users to create, view, update, and delete tasks. Typically, it uses: Frontend: HTML, CSS, and JavaScript Backend: Node.js with Express Database: MongoDB This project helps beginners learn CRUD operations, and database interactions.