Skip to content

lucaasrojas/rickandmorty

Repository files navigation

Rick and Morty episode matcher

Netlify Status

This is a Next.js project bootstrapped with create-next-app that allows you to get select two characters and know whether they share an episode or not.

You can find the code here.

The app was deployed on Netlify.

Technical considerations

  • The app allows you to select one character and then it loads the episodes, the idea is to be able to search through the episodes before selecting the second character.
  • When two characters are selected, one per column, the app will search those episodes that each selected character shares.
  • The unit tests were limited to prevent redundancy at the time of evaluation, this means that there are a few unit tests to show the reasoning behind them.
  • Tailwind is being used to style the project and take advantage of the situation to learn about it.
  • The code was deployed to Netlify because I already had an account and it is where I deploy my other projects.

Getting Started

First, install the dependences:

npm i

Then run the development environment

npm run dev

Open http://localhost:3000 with your browser to see the result.

This project uses next/font to automatically optimize and load a custom Google Font.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published