Skip to content
/ pokemon Public

Basic React application with info about pokemons

Notifications You must be signed in to change notification settings

Ola-HH/pokemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

Pokemon App

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.

Table of Contents

Getting started locally

If you prefer to run the application on your local machine, follow these instructions:

Prerequisites

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.

Installation

  1. 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
    
  2. Navigate to the project directory:

    cd pokemon-app
    
  3. Install the project's dependencies using npm:

    npm install
    

Running the application

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.

Usage

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.

About

Basic React application with info about pokemons

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published