Hot Todo is a todo list app built using the MERN Stack. The user can add, delete todo items and mark any of them as completed
The purpose of this project is to provide a guide to use the MERN Stack and the redux library in my future projects.
node -v
npm -v
- Clone the repository
git clone https://github.com/rawda-developer/Hot-Todo
cd Hot-Todo
- For the frontend
cd frontend
npm install
npm start
- For the backend
cd ..
cd backend
npm install
npm start
- @RawdaDeveloper - Idea & Initial work