https://github.com/chandrasekhar2039/todo
A simple task management app.
https://github.com/chandrasekhar2039/todo
pwa pwa-apps react react-typescript reactjs redux redux-typescript todo todoapp todolist typescript workbox
Last synced: about 1 year ago
JSON representation
A simple task management app.
- Host: GitHub
- URL: https://github.com/chandrasekhar2039/todo
- Owner: chandrasekhar2039
- License: mit
- Created: 2021-04-14T03:26:02.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-08T02:56:54.000Z (almost 3 years ago)
- Last Synced: 2025-04-12T21:12:06.394Z (about 1 year ago)
- Topics: pwa, pwa-apps, react, react-typescript, reactjs, redux, redux-typescript, todo, todoapp, todolist, typescript, workbox
- Language: TypeScript
- Homepage: https://your-next-gen-todo.vercel.app/
- Size: 28.9 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
My Todo
Built with React and hosted with Vercel

A Web-App that manages day to day tasks, in a simple and efficient manner. It's responsive, fast and works offline.
Supports dark and light mode.
## Mobile View
Supports almost all mobile devices
## Theme Change

Supports dark and light theme.
## 🛠Installation & Set Up
1. Fork this repo
2. Clone the forked repo into your local system.
```sh
git clone
```
3. Install dependencies
```sh
npm install
```
4. Start the development server
```sh
npm start
```
## 🎨 Color Reference
| Color | Hex |
| -------------- | ------------------------------------------------------------------ |
| Black Russian |  `#161620` |
| Valhalla |  `#25273c` |
| Royal Blue |  `#447be8` |
| Lavender Grey |  `#bbbdd5` |
| Gun Powder |  `#4b4b5d` |
| Han Purple |  `#3E00FF` |
| Black |  `#100303` |
| White |  `#fffefe` |