Small application that adds a rick and morty rest api, this one presents all the characters of the series and some extra data.
View Demo
·
Report Bug
This is a practical project on the basics of react, I decided to do it as a practice because it uses several useful technologies in development.
In this section I show the technologies used in this project such as frameworks/libraries.
The first thing you need is an updated version of npm
npm install npm@latest -g
The first thing you need to do is clone the repository, then install the dependencies and it is ready to run.
git clone https://github.com/Fufinop/RickAndMortyReact.git
npm install
npm run dev
See the open issues for a full list of proposed features (and known issues).
Distributed under the MIT License. See LICENSE.txt
for more information.