This is a web application built with React that utilizes the Reqres and Rick & Morty APIs to simulate registration, login, and data loading related to the "Rick and Morty" animated series.
Allows users to log in with their username and password, simulating authentication through the Reqres API.
Email: eve.holt@reqres.in Password: cityslicka
Displays a simple form for users to register, using the Reqres API.
Email: eve.holt@reqres.in Password: pistol
Upon entering the home page, three data lists are loaded: characters, locations, and episodes, retrieved from the Rick & Morty API. Additionally, there is a text box that allows filtering elements by name.
Displays the image and specific details of a character selected from the list on the home page.
Displays specific details of a location selected from the list on the home page.
Displays specific details of an episode selected from the list on the home page.
git clone https://github.com/ZuryOphre/rickandmortyhub
cd rickandmortyhub
npm install
npm start
The application will automatically open in your browser. If it doesn't open automatically, go to http://localhost:3000 in your browser.
GitHub Repository: https://github.com/ZuryOphre/rickandmortyhub
Deployed Website: https://rickandmortyhub.vercel.app/
This application was created as part of a challenge and uses simulated data from the mentioned APIs.
Make sure you have Node.js and npm installed on your machine before running the installation and start commands.