https://github.com/nkosi-tauro/pokemon-search
A Vue Search application that queries PokeAPI
https://github.com/nkosi-tauro/pokemon-search
pokedex rest-api tailwindcss vue-router vuejs
Last synced: 2 months ago
JSON representation
A Vue Search application that queries PokeAPI
- Host: GitHub
- URL: https://github.com/nkosi-tauro/pokemon-search
- Owner: nkosi-tauro
- License: mit
- Created: 2021-02-17T08:14:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-20T23:01:24.000Z (about 4 years ago)
- Last Synced: 2025-01-25T12:41:48.769Z (4 months ago)
- Topics: pokedex, rest-api, tailwindcss, vue-router, vuejs
- Language: Vue
- Homepage: https://pokemon-find.netlify.app/
- Size: 111 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Pokemon Search
## 🎯 About ##
A Vue Search application that queries [PokeAPI](https://pokeapi.co/)
## 🚀 Technologies ##
The following tools were used in this project:
- [Vue3](https://expo.io/)
- [Vue Router](https://router.vuejs.org/)
- [TailwindCSS](https://tailwindcss.com/)
- [PokeAPI](https://pokeapi.co/)## ☑ Requirements ##
Before starting 🏁, you need to have [Git](https://git-scm.com) and [Node](https://nodejs.org/en/) installed.
## 🏁 Starting ##
```bash
# Clone this project
$ git clone https://github.com/nkosi-tauro/pokemon-search# Access
$ cd pokemon-search# Install dependencies
$ npm install# Run the project
$ npm run serve# The server will initialize in the
```## 📝 License ##
This project is under license from MIT. For more details, see the [LICENSE](LICENSE) file.
Made with ❣ by Nkosilathi Tauro