- In-built categories
- One click Filter tasks
- Speak out loud feature
- Add reminders directly to your google calender!
- Access History, Attach files!
- Responsive Design. Sign in once, use on any device
- Search tasks by date, category, status, importance
8.Login/Register feature, so you can access your tasks anytime, anywhere!
- clone this repo
- cd todo-app-mern
- open terminal in this directory, then run "npm install" to install backend dependencies
- cd client, then run "npm install" to install client dependencies
- Make sure you create
.env
file and put your ownATLAS_URI
andJWT_SECRET
in it - cd into root directory, ie. todo-app-mern
- open terminal, then run "npm run dev" to start the server and react app concurrently