A React webite developed based on Rick and Morty's API. You can search the 671 characters and select your favorites.
The project was developed with the following techs:
- JavaScript
- React
- Axios
- Material-UI
- Styled-components
You can access https://rickandmorty-davidbsoares.netlify.app/ or execute in your computer.
# Clone the repository
git clone https://github.com/davidbsoares/rick-and-morty-app
# Enter the repository folder
cd rick-and-morty-app
# Download dependencies
npm i
# Execute the server
npm start
Then, open your browser and access http://localhost:3000/
Developed with 💜 by David Brum Soares