Web App to see all characters and locations fron Rick & Morty's universe, using the Rick and Morty API.
This App it's full responsive and created with mobile first design.
To make this project I used:
All app was created in React, using:
- React router dom: To create all routes in the APP.
- rickmortyapi: to get all the characters and locations.
- Axios: to manage all petitions to the API.
- useState: to control the state of all the components that need it.
- useEffect: to manage what each component does when it is assembled.
I used Local Storage to manage:
- Pagination.
- If you enter in characters or locations to go bak to the correct page.
I used Bootstrap to:
- Characters cards.
- NavBar.
- Responsive display.
- Colours, buttons...
This App was deployed in Netlify.
To see the app you only need to click here.