Todo List using stack React, Redux, Redux-thunk. Using Expressjs and Mongodb for the backend.
- Create, Edit, Delete, Toggle the task.
- One can assign labels at the time of creation.
- View all the todos previously created todos.
- Cancel and Save the todo on edit click.
- Unit test case
Contributed and maintained by :-
- Make sure you have
nodejs
andmongodb
is installed. - Clone the todo-server and todo-client repo.
cd
to the server app and runnpm install
to install packages andnpm start
to server.cd
to the client app and runnpm install
to install packages andnpm run start
to client server.- App will run on http://localhost:3000
This project was bootstrapped with Create React App.