Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/otkazano/to-do-list

Веб приложение списка дел.
https://github.com/otkazano/to-do-list

localstorage material-ui typescript vite

Last synced: about 14 hours ago
JSON representation

Веб приложение списка дел.

Awesome Lists containing this project

README

        

### Веб приложение «Список дел»‎
Проект представляет собой веб-приложение, позволяющее записывать задачи на день и отслеживать статус их выполнения.

[Увидеть проект в браузере!](https://to-do-otkazano.vercel.app/)

### Технологии в проекте:
![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white)
![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB)
![Vite](https://img.shields.io/badge/vite-%23646CFF.svg?style=for-the-badge&logo=vite&logoColor=white)
![Redux](https://img.shields.io/badge/redux_toolkit-%23593d88.svg?style=for-the-badge&logo=redux&logoColor=white)
![MUI](https://img.shields.io/badge/MUI-%230081CB.svg?style=for-the-badge&logo=mui&logoColor=white)

### Функционал проекта:

- Созадть новую задачу;
- Поменять статус задачи;
- Редактировать задачу;
- Удалить задачу;

### Установка и запуск проекта:

Клонировать репозиторий:

```bash
git clone https://github.com/Otkazano/to-do-list.git
```

Установаить зависимости:

```bash
npm install
```

Собрать проект:

```bash
npm run build
```

Запустить проект:

```bash
npm run preview
```

###### Дополню описание по мере создания проекта.