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

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

Awesome Lists containing this project

README

        

Pokemon Search


Github top language

Github language count

Repository size

License



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

 

Back to top