https://github.com/apfirebolt/vue3_pokedex
A pokedex application using PokeAPI created using Vue 3, Tailwind CSS and Headless UI
https://github.com/apfirebolt/vue3_pokedex
cypress cypress-testing headlessui pinia-vuejs pokeapi pokedex tailwind tailwind-css tailwindcss vue vue3 vuejs
Last synced: 4 months ago
JSON representation
A pokedex application using PokeAPI created using Vue 3, Tailwind CSS and Headless UI
- Host: GitHub
- URL: https://github.com/apfirebolt/vue3_pokedex
- Owner: Apfirebolt
- License: mit
- Created: 2023-10-31T22:56:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-25T00:34:28.000Z (over 1 year ago)
- Last Synced: 2025-01-21T00:49:51.731Z (5 months ago)
- Topics: cypress, cypress-testing, headlessui, pinia-vuejs, pokeapi, pokedex, tailwind, tailwind-css, tailwindcss, vue, vue3, vuejs
- Language: Vue
- Homepage: https://incandescent-semifreddo-2bce95.netlify.app
- Size: 10.9 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]
![]()
Pokedex App in Vue 3 and Vite using Tailwind CSS
An awesome README template!
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
## About The Project
I created this project to enhance my existing knowledge in Vue 3 especially in using Composition API and Pinia data store. I used this open API which has tons of pokemon data https://pokeapi.co
I also used Headless-UI library to add dynamic components like dropdown in this project. For browser-based testing I included Cypress library into this project.
### Built With
The project is build using Vue 3 with Vite as bundler. This uses Tailwind CSS for UI and Cypress for testing. Data is coming from PokeAPI.
* [![Vue][Vue.js]][Vue-url]
* [![Vite][Vite]][vite-url]
* [![Cypress][cypress]][cypress-url]
* [![Tailwind][Tailwind]][tailwind-url]### Project Screenshots
This section would show the screenshots for this project. There are currently 3 images for this project inside the screenshots folder. The screenshots show the Move list page, Pokemon detail page and Move detail page.



## Getting Started
This is a Vue 3 project powered by Vite. You need to have Node and npm/yarn installed on your system in order to run this project.
### Prerequisites
Node and NPM. Some knowledge of Javascript and Vue JS would greatly help.
### Installation
Simple steps to set this thing on your system.
1. Clone the repo
```sh
git clone https://github.com/Apfirebolt/vue3_pokedex.git
```
2. Install NPM packages
```sh
npm install
```
3. Run the project in development mode on your system
```sh
npm run dev
```
4. Create a production build using Vite
```sh
npm run build
```## Roadmap
- [x] Project Prototyping
- [x] Creation of global components and Pages
- [x] Introduction of Pinia for store Management
- [x] Added Cypress for component testing
- [ ] Advanced Pagination
- [ ] Addition of More pages for contests, areas and moreSee the [open issues](https://github.com/Apfirebolt/vue3_pokedex/issues) for a full list of proposed features (and known issues).
## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull RequestThere are a lot of API end-points like contests, areas and much more from the PokeAPI open API. There could well be separate pages for these data from the pokemon games.
## License
Distributed under the MIT License. See `LICENSE.md` for more information.
## Contact
Amit Prafulla - [@amitprafull](https://twitter.com/your_username) - [email protected]
Project Link: [https://github.com/Apfirebolt/vue3_pokedex](https://github.com/Apfirebolt/vue3_pokedex)
## Acknowledgments
This project owes its existance to following awesome libraries/resources.
* [Headless UI](https://headlessui.com/)
* [Img Shields](https://shields.io)
* [Tailwind UI Components](https://tailwindui.com)
* [Hero Icons](https://heroicons.com/)
* [Poke API](https://pokeapi.co/)[contributors-shield]: https://img.shields.io/github/contributors/othneildrew/Best-README-Template.svg?style=for-the-badge
[contributors-url]: https://github.com/Apfirebolt/vue3_pokedex/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/othneildrew/Best-README-Template.svg?style=for-the-badge
[forks-url]: https://github.com/Apfirebolt/vue3_pokedex/network/members
[stars-shield]: https://img.shields.io/github/stars/othneildrew/Best-README-Template.svg?style=for-the-badge
[stars-url]: https://github.com/Apfirebolt/vue3_pokedex/stargazers
[issues-shield]: https://img.shields.io/github/issues/othneildrew/Best-README-Template.svg?style=for-the-badge
[issues-url]: https://github.com/Apfirebolt/vue3_pokedex/issues
[license-shield]: https://img.shields.io/github/license/othneildrew/Best-README-Template.svg?style=for-the-badge
[license-url]: https://github.com/Apfirebolt/vue3_pokedex/blob/master/LICENSE.txt
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/othneildrew
[Vue.js]: https://img.shields.io/badge/Vue.js-35495E?style=for-the-badge&logo=vuedotjs&logoColor=4FC08D
[Vue-url]: https://vuejs.org/
[Vite]: https://img.shields.io/badge/vite-%23646CFF.svg?style=for-the-badge&logo=vite&logoColor=white
[vite-url]: https://vitejs.dev/
[Tailwind]: https://img.shields.io/badge/tailwindcss-%2338B2AC.svg?style=for-the-badge&logo=tailwind-css&logoColor=white
[tailwind-url]: https://tailwindcss.com/
[cypress]: https://img.shields.io/badge/-cypress-%23E5E5E5?style=for-the-badge&logo=cypress&logoColor=058a5e
[cypress-url]: https://www.cypress.io/