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

https://github.com/web-dev-max/todo-react

Simple Todo in React
https://github.com/web-dev-max/todo-react

Last synced: 4 months ago
JSON representation

Simple Todo in React

Awesome Lists containing this project

README

          

# App - ToDo

## React | Typescript | Zustand | Axios

Версия node >= 20.14.0

```sh
node -v
```

Установка зависимостей
```sh
npm i
```

Запуск проекта
```sh
npm run dev
```
Билд проекта
```sh
npm run build
```
Запуск Eslint --fix
```sh
npm run lint
```
Запуск Stylelint --fix
```sh
npm run lint:styles:fix
```

### Данные на сервере
```
[{"text":"текст","id":"1","completed":boolean}]
```