Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s-kvng/pokemon-verse
https://github.com/s-kvng/pokemon-verse
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/s-kvng/pokemon-verse
- Owner: s-kvng
- Created: 2023-06-08T12:18:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-17T15:47:59.000Z (over 1 year ago)
- Last Synced: 2024-11-11T01:35:18.158Z (2 months ago)
- Language: JavaScript
- Size: 335 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.