This is a proyect developed using React.js and a third party API.
All the info and data of this project is from The Rick and Morty API.
The spinner included in this project is from react-spinners
Absolutely! If you want to see de production version of this project just click this link.
For running this project you need to have node installed in your computer. In order to check if you have node installed, simply type in the command line:
node --version
If you need to install node, visit this link.
- Clone this git repository into your computer.
# In your root folder:
git clone https://github.com/juancho20sp/final-ayed-frontend.git
- Install all the dependencies needed.
// If NPM is your package manager (default):
npm install
// If yarn is your package manager:
yarn install
- On the command line:
// If NPM is your package manager (default):
npm start
// If yarn is your package manager:
yarn start
- Juan David Murillo - Github | Twitter
Student at: Escuela Colombiana de Ingeniería Julio Garavito
2020
This is an open source project.