This is a project based around the pokemon anime's adaption of the pokedex, a handheld device that presents information about pokemons to the user. showcasing all of if not majoirty of the different pokedex model's which would all be based on the anime not the games, creating digital interactive replicas.
To run this project locally, you'll need to have Node.js and npm installed on your computer. Once you have these installed, follow these steps:
1. Clone the repository:
> git clone <repository-url>
2. Navigate to the project directory using the command line.
3. Install dependencies:
> npm install
4. Start the Vite development server:
> npm run dev
5. Open your web browser and navigate to http://localhost:5173 (or the port shown in the terminal) to view the project.
Below is the project link currently live on Vercel: Pokedex.
This project includes:
- Interactive Pokedex: A reimagining of a pokdex based on the pokemon anime.
- Pokemon search box: Users can search for pokemon using a search box.
- Change background: A dropdown menu to change the background.
- Change Pokedex model: A dropdown menu to change the pokedex model e.g. Kanto to Sinnoh region.
- Mute button: A button to mute the sounds from the project.