https://github.com/alexhff/pokedex
An index of Pokémon, built as a client-side JavaScript webapp using React.
https://github.com/alexhff/pokedex
Last synced: 12 months ago
JSON representation
An index of Pokémon, built as a client-side JavaScript webapp using React.
- Host: GitHub
- URL: https://github.com/alexhff/pokedex
- Owner: AlexHff
- License: mit
- Created: 2020-04-08T17:29:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-24T18:14:17.000Z (about 1 year ago)
- Last Synced: 2025-06-09T14:50:34.039Z (about 1 year ago)
- Language: JavaScript
- Homepage: pokedex-git-master.alexhff.vercel.app
- Size: 612 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pokédex
An index of Pokémon, built as a client-side JavaScript webapp using React.
## Getting Started
Clone the repository
```bash
git clone https://github.com/AlexHff/pokedex.git
cd pokedex
```
Install dependencies
```bash
npm install
```
Build and run the project
```bash
npm run build
npm start
```
Builds the app for production to the `build` folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
Finally, navigate to `http://localhost:3000` and you should see the app being served and rendered locally.
## Running the tests
Run unit tests
```bash
npm test
```
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details