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
- Host: GitHub
- URL: https://github.com/undeadlol1/flow-todo
- Owner: Undeadlol1
- Created: 2019-10-30T06:43:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-12T04:11:16.000Z (over 3 years ago)
- Last Synced: 2023-03-03T10:27:05.040Z (over 3 years ago)
- Topics: create-react-app, firebase, github-actions, material-ui, procrastination, procrastinators, react, tasks-list, todo, typescript
- Language: TypeScript
- Homepage: https://flow-todo-5824b.web.app/
- Size: 37.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 48
-
Metadata Files:
- Readme: README.md
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/).

**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