PromoCursed/README.md
2024-11-22 05:35:02 +04:00

34 lines
863 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# PromoCursed
## Курсовая работа
### Описание
Веб-приложение для прослушивания музыки.
### Технологии
* React
* Typescript
* React Router DOM
* Ant Design
* Styled Components
* Tailwind CSS
* Json Server
### Что было реализовано
* Регистрация и авторизация с сохранением данных в localStorage
* Сайдбар
* Прослушивание музыки
* Поиск музыки
* Страница группы
* Страница альбома
* Страница пользователя с добавленными треками
### Как запустить
`npm install`
`npm run start` - запустить веб-приложение на порту 5000
### Как запустить json-server
`npm run json-server`