Skip to content

hedy44/pokedex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokedex React App

Welcome to the Pokedex React App! This is a simple web application that allows you to explore information about Pokémon using the PokeAPI. You can view details of various Pokémon, including their names, types, and images.

How to Clone and Run the Project

Follow these steps to clone and run the project on your local machine:

  1. Clone the repository to your machine using the following command:

    git clone https://github.com/seu-nome-de-usuario/pokedex.git
    
  2. Navigate to the project directory:

    cd pokedex
    
  3. Install project dependencies using npm

    npm install
    
  4. Start the development server:

    npm start
    
  5. Open your web browser and access the following URL:

    http://localhost:3000
    

How to Use the Application

The Pokedex React App allows you to:

  • View a list of Pokémon with their names, types, and images.
  • Explore details of individual Pokémon by clicking on their cards.
  • Search for Pokémon by name using the search bar.

Technologies Used

This project was developed using the following technologies:

  • React
  • PokeAPI (for obtaining Pokémon data)

Contribution

If you would like to contribute to this project, feel free to create pull requests or report issues. Your feedback is valuable!

License

This project is licensed under the MIT License.


Made with ❤️ by Hernani Diniz (https://github.com/hedy44)

About

React app to play with https://pokeapi.co/ and train skills . Still in progress...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published