Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 2 months ago
JSON representation

A todo app made on react that stores your todos right in your browser

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.