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

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

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 |
|-|-|
|![Todo App Desktop](./docs/todo-app-mobile-light-mode.jpeg) | ![Todo App Desktop](./docs/todo-app-mobile-dark-mode.jpeg) |

## Desktop
| Light | Dark |
|-|-|
| ![Todo App Desktop](./docs/todo-app-desktop-light-mode.png) | ![Todo App Desktop](./docs/todo-app-desktop-dark-mode.png) |