An open API service indexing awesome lists of open source software.

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.

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