yet another todo frontend
Just another todo app built in React and Material UI.
- Generic features of any todo app.
- Create google calendar events/google tasks reminders for tasks.
- Soon™
- [] Subtasks
- [] Priorities for tasks
- [] Dragging and dropping lists b/w boards or in same board
- [] Sorting tasks in list
- Clone both client and server repos.
- Install node_modules in respective folders using
npm i
.
- Rename
.env.temp
to .env
and add the required values.
- Follow the server readme for backend setup.
npm start
to run. Run both repos.
npm run build && serve -g build
to run the built version.