Skip to content

Undeadlol1/flow-todo

Repository files navigation

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