https://github.com/dougsoftware/todo-app-without-context-management
Simple todo App without context management
https://github.com/dougsoftware/todo-app-without-context-management
indexeddb nextjs14 react tailwindcss typescript
Last synced: 12 months ago
JSON representation
Simple todo App without context management
- Host: GitHub
- URL: https://github.com/dougsoftware/todo-app-without-context-management
- Owner: dougsoftware
- Created: 2023-11-20T02:57:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-21T00:32:13.000Z (over 2 years ago)
- Last Synced: 2025-06-08T16:09:23.744Z (about 1 year ago)
- Topics: indexeddb, nextjs14, react, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://todo-app-without-context-management.vercel.app/
- Size: 659 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo App
This is a simple todo PWA App.
## Application deployed in Vercel
https://todo-app-without-context-management.vercel.app/
## Installation
```bash
git clone https://github.com/douglasmatosdev/todo-app-without-context-management.git
cd ./todo-app-without-context-management
yarn install
```
## Run in Developement mode
```bash
yarn dev
```
## Build Production mode
```bash
yarn build
```
The data is stored in the browser's database (IndexedDB).
this application is a PWA and can be installed on any smartphone.
## Mobile
| Light | Dark |
|-|-|
| |  |
## Desktop
| Light | Dark |
|-|-|
|  |  |