Please find here my first completed App built with REACT: https://sararid.github.io/Rick-and-Morty-search-engine/ !
Welcome to Rick and Morty search Engine App. The application consists of a header, a form with one search input by name and a select option by species. When opening the app, a listing of characters corresponding to the first page of the API will appear (Please find here the Api documentation: https://rickandmortyapi.com/documentation).
-
I use the Rick and Morty Api to fetch and show in the app a list of characters (sorted by name).
-
The user can look for any character by name using the input search or select a specie option from the select input in order to get a complete list of that specif specie.
-
When the user click on any of the characters' card, it takes us to a new page where the user can find more information about that specific character and a button to return to the main page.
-
when the user refresh the page, he/she/they will receive the same info, he/she/they were previously checking (if it is a character card for example, or a list of specific selected specie).
-
If the user is browsing an incorrect link or cannot find a character, there will be an automatic error message with an option to go back to the main page.
This project was bootstrapped with Create React App.
-
Download or clone this repo
-
to run the project in the development mode:
Open http://localhost:3000 to view it in the browser.
You can learn more in the Create React App documentation.