alexanderjophus / pokesandwich

A pokedex searchable by region and type (and maybe more
https://pokedex.alexanderjophus.dev/
MIT License
0 stars 0 forks source link
pokedex pokemon

Pokemon Pokedex

https://pokedex.alexanderjophus.dev

Description

This is a Rust project that uses the PokeAPI to create a Pokedex. It allows users to select a Pokemon type and view all Pokemon of that type. It also provides information about each Pokemon, including their name, type, and default/shiny images. The project uses the Dioxus framework for the frontend.

Features

Usage

To run the project, use the following command:

dx serve

Dependencies

Dioxus: A Rust framework for building web applications Reqwest: A Rust crate for making HTTP requests Serde: A Rust crate for serializing and deserializing data PHF: A Rust crate for creating perfect hash functions

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

Project Status

This project is currently in development. The next steps are to add more information about each Pokemon, including their stats, abilities, and moves. I also plan to add a search feature that allows users to search for a specific Pokemon by name.