Skip to content

antonDedyaev/rick_morty

Repository files navigation

Rick and Morty

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.

Install and use:

  1. Clone the repository using:
git clone https://github.com/antonDedyaev/rick_morty.git
  1. Install the app using:
make install
  1. Start the app locally using:
make start
  1. Use linter for error-check:
make lint
  1. Make a new build:
make build

Used frameworks and tools:

  • Typescript
  • React / Redux-toolkit
  • Scss
  • Eslint
  • Prettier
  • GitHub Pages

SPA-приложение на React. Просматривайте список персонажей знаменитой серии Rick and Morty, фильтруйте их и нажимайте на любую карточку для просмотра подробной информации о персонаже. Предусмотрена динамическая ("бесконечная") прокрутка страницы, и сделана адаптивная верстка.

Установка и использование:

  1. Склонируйте репозиторий:
git clone https://github.com/antonDedyaev/rick_morty.git
  1. Установите зависимости:
make install
  1. Разверните приложение локально:
make start
  1. Используйте линтер для проверки на наличие ошибок:
make lint
  1. Создайте билд приложения:
make build

Задействованные фреймворки и технологии:

  • Typescript
  • React / Redux-toolkit
  • Scss
  • Eslint
  • Prettier
  • GitHub Pages