An open API service indexing awesome lists of open source software.

https://github.com/undeadlol1/flow-todo

TODO app for procrastinators
https://github.com/undeadlol1/flow-todo

create-react-app firebase github-actions material-ui procrastination procrastinators react tasks-list todo typescript

Last synced: about 1 month ago
JSON representation

TODO app for procrastinators

Awesome Lists containing this project

README

          

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](https://flow-todo-5824b.web.app/).

![Application logo.](https://github.com/Undeadlol1/flow-todo/blob/master/public/images/logo.png?raw=true)

**How to run:**

```bash
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:

https://github.com/Undeadlol1/flow-todo/blob/fc5d0abb5d6e0efa063e58080d1ca158be22c8da/src/services/index.ts#L108-L109

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