ToDo-List using ReactJS and NodeJS + MongoDB
- Clone
- Create database 'ToDoListDB' and collection 'works' inside in your local machine
- Import data to 'works' collection use works.json file
- cd to todolist_Server, run command: npm run dev
- cd to todolist_Client, run command: npm start
- go to http://localhost:3000/ in your browser to use