This is a React-based SPA. Browse through the list of famous Rick and Morty series characters, filter them and click on any card to read details about any character. There is dynamic (endless) scrolling and adaptive layout.
- Clone the repository using:
git clone https://github.com/antonDedyaev/rick_morty.git
- Install the app using:
make install
- Start the app locally using:
make start
- Use linter for error-check:
make lint
- Make a new build:
make build
- Typescript
- React / Redux-toolkit
- Scss
- Eslint
- Prettier
- GitHub Pages
SPA-приложение на React. Просматривайте список персонажей знаменитой серии Rick and Morty, фильтруйте их и нажимайте на любую карточку для просмотра подробной информации о персонаже. Предусмотрена динамическая ("бесконечная") прокрутка страницы, и сделана адаптивная верстка.
- Склонируйте репозиторий:
git clone https://github.com/antonDedyaev/rick_morty.git
- Установите зависимости:
make install
- Разверните приложение локально:
make start
- Используйте линтер для проверки на наличие ошибок:
make lint
- Создайте билд приложения:
make build
- Typescript
- React / Redux-toolkit
- Scss
- Eslint
- Prettier
- GitHub Pages