Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 928 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 928 Bytes

This is a TODO app designed for procrastinators. It features user leveling and spaced repetition systems.

The app was created in PWA fashion meaning users are able to install it on their devices and use it offline.

The app is hosted here.

Application logo.

How to run:

git clone https://github.com/Undeadlol1/flow-todo.git
cd flow-todo
npm i
npm start

If you want to connect live database comment out this two lines:

ssl: false,
host: 'localhost:8080',

Don't forget to refresh website page if there are any errors.

Tech Stack:

  • typescript
  • reactjs
  • redux
  • material-ui
  • create-react-app
  • storybook
  • firebase-hosting
  • firebase-authentication
  • google-cloud-firestore
  • github-actions