Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/egecan12/react-pokedex
This is a Pokedex application built with React. It allows users to search and view details about different Pokemon.
https://github.com/egecan12/react-pokedex
reactjs
Last synced: 5 days ago
JSON representation
This is a Pokedex application built with React. It allows users to search and view details about different Pokemon.
- Host: GitHub
- URL: https://github.com/egecan12/react-pokedex
- Owner: egecan12
- Created: 2024-03-14T14:10:29.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-03-15T00:29:55.000Z (8 months ago)
- Last Synced: 2024-03-15T21:24:10.921Z (8 months ago)
- Topics: reactjs
- Language: JavaScript
- Homepage: https://react-pokedex-xg91.onrender.com/
- Size: 448 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pokedex
![Screenshot 2024-03-14 194505](https://github.com/egecan12/React-Pokedex/assets/45043515/57cf6fd6-864b-4fd6-8b69-95fb659b691d)
This is a Pokedex application built with React. It allows users to search and view details about different Pokemon.
[View my project live](https://react-pokedex-xg91.onrender.com/)
I used PokeAPI for backend
[PokeAPI](https://pokeapi.co/)## Features
- Search for Pokemon by name (coming up!)
- View detailed information about each Pokemon, including their stats, abilities, and types
- Responsive design that works on both desktop and mobile devices## Installation
To install the project, follow these steps:
1. Clone the repository
2. Navigate into the project directory: `cd pokedex`
3. Install the dependencies: `npm install`
4. Start the application: `npm start`The application will start running at `http://localhost:3000`.
## Usage
To use the application, simply type the name of a Pokemon into the search bar. The application will display a list of matching Pokemon. Click on a Pokemon to view more details about it.
## Contributing
Contributions are welcome! Please open an issue or submit a pull request if you would like to contribute.
## License
This project is licensed under the MIT License.