This project consumes The Rick and Morty API to render a beautiful interface with all characters from the show.
- Axios
- react-router-dom
- react-ts-particles
- styled-components
Clone the project
git clone https://github.com/juliocesarlab/react-rick-and-morty.git
Enter the project directory
cd react-rick-and-morty
Install dependencies
npm install or yarn (if you are using yarn)
Start the server
npm run start or yarn start (if you are using yarn)