- Clone the repository
- Run
npm install
- Run
npm run dev
- Run
npm run build
The project is automatically deployed to Netlify on every push to the
main
branch.
Via Netlify: https://loquacious-haupia-84590d.netlify.app/
This is a simple React application that fetches data from the Rick And Morty API API using GraphQL.
On the initial page you will find a search bar and a list of top 10 episodes with the highest count of unique characters' origin dimensions.
When you search for a character, the application will display a list of results found based on the searchTerm. This list will display the character's name, image, and a link to the characters' detail page.
Hosted on Netlify