This project is a ReactJS app that consumes the PokéAPI and shows some data about Pokemons on screen.
In this project I was able to practice responsive design by using Grid Layout and to practice creating a design with colors following the 60-30-10 rule.
- NodeJS version 16.14.2
Link to download and install above items: https://nodejs.org/es/
After installation, you will need to run the following commands in the project directory:
This will install all the app dependencies listed in the package.json file.
This will run the app in development mode.
Open http://localhost:3000 to view it in the browser.