/yet-another-todo-frontend

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

yet another todo frontend

Just another todo app built in React and Material UI.

Features

  • Generic features of any todo app.
  • Create google calendar events/google tasks reminders for tasks.
  • Soon™

TODO

  • [] Subtasks
  • [] Priorities for tasks
  • [] Dragging and dropping lists b/w boards or in same board
  • [] Sorting tasks in list

How to run

  1. Clone both client and server repos.
  2. Install node_modules in respective folders using npm i.
  3. Rename .env.temp to .env and add the required values.
  4. Follow the server readme for backend setup.
  5. npm start to run. Run both repos.
  6. npm run build && serve -g build to run the built version.