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

https://github.com/eldarlrd/todo-list

A Complex Todo List with Projects for TOP.
https://github.com/eldarlrd/todo-list

firebase odin-project preact pwa todolist twind

Last synced: about 2 months ago
JSON representation

A Complex Todo List with Projects for TOP.

Awesome Lists containing this project

README

          

# Todo List
[![Version](https://img.shields.io/badge/dynamic/json?url=https://raw.githubusercontent.com/eldarlrd/todo-list/main/package.json&query=version&logo=git-extensions&label=version&labelColor=475569&color=0284c7)](https://github.com/eldarlrd/todo-list/blob/main/package.json)
[![License](https://img.shields.io/badge/dynamic/json?url=https://raw.githubusercontent.com/eldarlrd/todo-list/main/package.json&query=license&logo=open-source-initiative&logoColor=fff&label=license&labelColor=475569&color=c026d3)](https://github.com/eldarlrd/todo-list/blob/main/LICENSE)

> Todo List is a website built with
> - **[Preact](https://preactjs.com)**
> - **[TypeScript](https://typescriptlang.org)**
> - **[Redux Toolkit](https://redux-toolkit.js.org)**
> - **[Firebase](https://firebase.google.com)**
> - **[Nano ID](https://zelark.github.io/nano-id-cc)**
> - **[dnd kit](https://dndkit.com)**
> - **[date-fns](https://date-fns.org)**
> - **[React Hot Toast](https://react-hot-toast.com)**
> - **[focus-trap](https://focus-trap.github.io/focus-trap)**
> - **[Twind](https://twind.style)**
> - **[Lucide](https://lucide.dev)**
> - **[Vite PWA](https://vite-pwa-org.netlify.app)**
> - **[Vitest](https://vitest.dev)**
> - **[Vite](https://vite.dev)**
>
> providing projects & progress stages.

## Install
```sh
bun i
```
## Develop
### Run Env
```sh
bun dev
```
### Prod Build
```sh
bun bundle
```
### Preview Prod Build
```sh
bun preview
```
### Fix Code (ESLint + Prettier)
```sh
bun fix
```
### See Orphans (Knip)
```sh
bun orphans
```
## Test
### Run Watch
```sh
bun spec
```
### Coverage Report
```sh
bun cover
```
## Deploy
```sh
bun deployer
```
***
*This README was originally generated by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)*