https://github.com/eco786786/pokemon
The Pokémon Web App lets users search for all Pokémon via an API.
https://github.com/eco786786/pokemon
css3 git html javascript reactjs
Last synced: 3 months ago
JSON representation
The Pokémon Web App lets users search for all Pokémon via an API.
- Host: GitHub
- URL: https://github.com/eco786786/pokemon
- Owner: ECO786786
- Created: 2024-01-22T22:37:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-23T01:43:00.000Z (almost 2 years ago)
- Last Synced: 2025-03-28T07:44:46.760Z (over 1 year ago)
- Topics: css3, git, html, javascript, reactjs
- Language: HTML
- Homepage:
- Size: 1.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pokemon Web App
Discover a world of creatures, battles, and legendary adventures with the Pokémon Web App! This application allows you to search for and explore all Pokémon using a powerful API. Dive into the Pokémon universe, learn about each creature's abilities, types, and stats, and experience the thrill of Pokémon battles.
Whether you're a seasoned Trainer or new to the world of Pokémon, this app provides a seamless way to connect with your favorite characters and enhance your Pokémon journey. Get ready to catch them all!

# Installation & Usage
## Instalation
1. Clone the repository and navigate to the project directory:
```sh
git https://github.com/ECO786786/pokemon
```
2. Install the necessary dependencies:
```sh
npm install
```
3. Start the application:
```sh
npm run dev
```
4. Access the client at http://localhost:5173 (or the port listed in the console).
# Technologies Used
- HTML
- Javascript
- CSS
- React
# Future Features
- Implement a leaderboard featuring the top 10 most popular Pokémon, as voted by users.
- Incorporate login and logout functionality.