Skip to content

gvozdenkov/find-rick-and-morty

Repository files navigation

Find Rick and Morty

Find any character from the Rick and Morty universe. Powered by rickandmortyapi API.

Try on GitHub Pages

Screenshot

reverse string fibonacci sequence

About

  • - Automatic dark/light theme
  • - Find by name, status and species
  • - Charecter detailed view
  • - Location detailed view
  • - Find by Episode. The rickandmortyapi API doesn't have this functionality yet

What's next

  • - Add pagination page numbers
  • - Add 'Not found' message (refactor layout to show results and 'Not found' in Outlet of main layout )
  • - Place search results in a scrollable window so that pagination buttons and footer don't go beyond the edge of the viewport
  • - Remove Tailwind and implement SASS design system
  • - Improve UI of charecter detail view

Development

Run the dev server:

npm ci

npm run dev

Deployment

Automatically deploy to the GitHub Pages via github actions when pushing to main branch