Visit Us : todoapplication.tech
This project contain a simple TODO application that have some basic functionality that user can perform on it.
It has the following functionality -
- You see all your existing todo
- You can create a todo
- You can mark a todo as done
- You can also unmark your todo
- You can delete a todo from your todo list
git clone https://github.com/221fa04732/TODO-APPLICATION.git
- got to ./backend
- npm install node
- npm install
- node server.js
- go to ./frontend
- npm install node
- npm install
- npm run dev