Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/s-kvng/pokemon-verse


https://github.com/s-kvng/pokemon-verse

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

        

# Pokemon

> **Pokemon** is a simple react webapp that simulates a pokedex showing the pokemon of a certain type. The user can choose the type of pokemon they want to see.
> The app will show the pokemon of that type. The use can see the name, type, and image of the pokemon. The user can also see the games the pokemon is in.

![react](https://img.shields.io/badge/-React-05122A?style=flat&logo=react) 
![CSS](https://img.shields.io/badge/-CSS-05122A?style=flat&logo=CSS3&logoColor=1572B6) 

## Built With

- React
- Tailwindcss
- Vite
- [Pokemon API](https://pokeapi.co)

### Click link below for a live demo
[Demo Link](pokemon-verse.netlify.app)

## Getting Started

### Prerequisites
install git, nodejs, any code editor in your local machine

### Setup
clone the repo or download from https://github.com/s-kvng/pokemon-verse.git

### Install dependencies

`npm install`

### Build the app

`npm run build`

### Run the app

`npm run dev `
This automatically start app on localhost:3000
### test the app

`npm test `
This automatically test the app for certain situations

👤 **Author 1**

- GitHub: [@s-kvng](https://github.com/s-kvng)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments

- I want to acknowledge [@Fourteen98](https://github.com/Fourteen98) for the initial project.

## 📝 License

This project is [MIT](./MIT.md) licensed.