The Rick And Morty API 🛸

Description 🔍

A front end team ask a technical test using React. It is requested:

  • Develop a dynamic interface with React.

  • Use the Rick and Morty API-Rest server and extract data.

  • Create different routes within our app using the React Router Dom library.

How to install this project ⚙️

  1. Clone the project
  git clone https://github.com/anaruedaguiu/RickAndMorty.git
  1. Install dependencies
  npm install
  1. Run the server
  npm start