A todo list MERN stack application with CRUD operations. User will be able to create task and also upload images for each task created.
- Switch task between completed and pending state.
- Upload images
- Edit and delete task.
- React Js
- Redux
- Redux Thunk
- Material-Ui
- Mongodb
- Mongoose
- Node
- express
Install the dependencies and devDependencies and start the server.
Client Side
cd client
npm install
npm start
Server Side
cd server
npm install
npm start