This is a simple React application for browsing and exploring Pokémon. You can clone the repository from GitHub and run it locally using npm.
If you prefer to run the application on your local machine, follow these instructions:
Make sure you have the following software installed on your computer:
- Node.js - You'll need Node.js to run the application and manage its dependencies. You can download it from the official website.
-
Clone the 'pokemon-app' repository to your local machine using Git. Open your terminal and run:
git clone https://github.com/Ola-HH/pokemon.git
-
Navigate to the project directory:
cd pokemon-app
-
Install the project's dependencies using npm:
npm install
Once you have cloned the repository and installed the dependencies, you can start the application:
npm start
This will start the development server, and the application will be available at http://localhost:3000 in your web browser.
The PokeApp allows you to browse and explore Pokémon. You can see basic info about each Pokemon in the table. By clicking on a row in the table, a infobox with the Pokemon's detailed stats will show up. You can navigate to other pokemons by clicking on them in the table, or use the up/down arrow key on the keyboard to go to the previous/next pokemon.