This is a simple pokemon app that I made with React. You can choose a specific Region, Location, and an Area to explore and catch a pokemon. View
I used axios to fetch the data from pokeapi The RESTful Pokémon API.
Make sure that you have node.js installed.
Use the package manager npm to install the required packages. It usually comes installed with node.js.
Execute this script inside the project directory.
sudo npm install # Just add sudo if you encounter any problem.
This script will run the app in the development mode and automatically opens a http://localhost:3000 in the browser.
npm start # Runs the app
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.