Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jalaj711/todox-v1
A todo app made on react that stores your todos right in your browser
https://github.com/jalaj711/todox-v1
hacktoberfest hacktoberfest2022 react todo
Last synced: 4 months ago
JSON representation
A todo app made on react that stores your todos right in your browser
- Host: GitHub
- URL: https://github.com/jalaj711/todox-v1
- Owner: jalaj711
- License: mit
- Created: 2022-10-03T18:30:10.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-28T15:05:57.000Z (about 2 years ago)
- Last Synced: 2024-07-30T20:54:47.157Z (6 months ago)
- Topics: hacktoberfest, hacktoberfest2022, react, todo
- Language: JavaScript
- Homepage: https://jalaj711.github.io/todox-v1/
- Size: 3.78 MB
- Stars: 2
- Watchers: 1
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# todox
A simple (yet complex) todo app made on create-react-app, Material UI and Redux.
It also exploits features as IndexedDB and is also a PWA. Because of these reasons, the app can work completely offline.
Since, we use IndexedDB to store the Todos, they stay right in your browser and the app is able to work without requiring a backend.
Thus, we are able to provide dynamic functionality to the app while serving it on a static server such as github pages.## Getting started
Getting started is really simple and all you have to do is this:
```
$ git clone https://github.com/jalaj711/todox-v1/
$ cd todox-v1
$ npm i
$ npm start
```To build the app, all you have to do is to:
```
$ npm run build
```## Contributing
Being an open source project, we welcome all sorts of contribution from everyone, whether you have found a bug, want to fix a known bug or want to implement a new feature.
You can report a new bug or request a new feature [here](https://github.com/jalaj711/todox-v1/issues/new/choose). Or if you are looking to contribute, you can head over to the [issues section](https://github.com/jalaj711/todox-v1/issues) to find an issue to work on.