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

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

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]





Logo

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



  1. About The Project



  2. Getting Started


  3. Roadmap

  4. Contributing

  5. License

  6. Contact

  7. Acknowledgments

## 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.

(back to top)

### 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]

(back to top)

### 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.

![Move list page](screenshots/1.png)

![Pokemon Detail Page](screenshots/2.png)

![Move Detail Page](screenshots/3.png)

## 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
```

(back to top)

## 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 more

See the [open issues](https://github.com/Apfirebolt/vue3_pokedex/issues) for a full list of proposed features (and known issues).

(back to top)

## 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 Request

There 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.

(back to top)

## License

Distributed under the MIT License. See `LICENSE.md` for more information.

(back to top)

## 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)

(back to top)

## 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/)

(back to top)

[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/