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

https://github.com/om-mishra7/pokedex

A modern pokedex web interface
https://github.com/om-mishra7/pokedex

flask

Last synced: 2 months ago
JSON representation

A modern pokedex web interface

Awesome Lists containing this project

README

          

# Pokedex v02

A modern & elegant pokedex in a web interface, powered using a custom API and Flask.

## Acknowledgements

- [Pokémon Database](https://pokemondb.net/), for all animated sprites

## Deployment

To deploy this project atleast python 3.0+ should be installed

```bash
pip install -r requirements.txt
python3 main.py
```

## Tech Stack

**Client:** HTML5, CSS, JS

**Server:** FLASK

**API:** Custom Pokemon API

## Contributing

Contributions are always welcome!

Please adhere to this project's `code of conduct of GitHub`.

## Screenshots

![Screenshot 1](https://github.com/Om-Mishra7/Pokedex/blob/main/screenshots/1.png)
![Screenshot 2](https://github.com/Om-Mishra7/Pokedex/blob/main/screenshots/2.png)
![Screenshot 3](https://github.com/Om-Mishra7/Pokedex/blob/main/screenshots/3.png)
![Screenshot 4](https://github.com/Om-Mishra7/Pokedex/blob/main/screenshots/4.png)