Skip to content

SandraRoDiaz/Rick-and-Morty-Portal

Repository files navigation

Rick and Morty portal

Captura de Pantalla 2024-01-05 a las 20 26 53

Frontend application to search Rick and Morty series characters. This portal consumes data from the Rick and Morty API and presents in a simple and friendly style.

The application is built using Next.js / React.js and Tailwind CSS. However, no server side logic has been implemented with the idea of focusing only on the React implementation.

Getting Started

To run the application locally clone this repository, install dependencies with npm install and then run the development application with

npm run dev
# or
yarn dev

Then, open http://localhost:3000 with your browser to see the portal.

Features

  • Search characters by name
  • Pagination
  • Update URL based on filters
  • Basic caching strategy for details pages
  • Light/Dark theme

Possible new features

  • Support more filter options
  • Sharerable results page