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.
- 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.
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.