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
- Host: GitHub
- URL: https://github.com/web-dev-max/todo-react
- Owner: web-dev-max
- Created: 2025-01-30T07:50:04.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-30T07:50:25.000Z (over 1 year ago)
- Last Synced: 2025-05-08T02:45:24.692Z (about 1 year ago)
- Language: TypeScript
- Size: 111 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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}]
```