Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

odin-project preact todolist twind

Last synced: about 20 hours ago
JSON representation

A Complex Todo List 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)**
> - **[Nano ID](https://zelark.github.io/nano-id-cc)**
> - **[date-fns](https://date-fns.org)**
> - **[dnd kit](https://dndkit.com)**
> - **[focus-trap](https://focus-trap.github.io/focus-trap)**
> - **[Twind](https://twind.style)**
> - **[Lucide](https://lucide.dev)**
> - **[Vitest](https://vitest.dev)**
> - **[Vite](https://vitejs.dev)**
>
> providing projects and progress stages.

## Install
```sh
pnpm i
```
## Develop
### Run Env.
```sh
pnpm dev
```
### Prod. Build
```sh
pnpm build
```
### Preview Prod. Build
```sh
pnpm preview
```
### Format Code (ESLint + Prettier)
```sh
pnpm format
```
## Test
### Run Watch
```sh
pnpm test
```
### Coverage Report
```sh
pnpm cover
```
## Deploy
```sh
pnpm deployer
```
***
*This README was originally generated by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)*