Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jorgecj/the-dog-api

Api consumption of TheDogAPI.
https://github.com/jorgecj/the-dog-api

html-css-javascript thedogapi vite vuejs3

Last synced: about 8 hours ago
JSON representation

Api consumption of TheDogAPI.

Awesome Lists containing this project

README

        

# The-Dog-API

![dogthumb](https://github.com/JorgeCJ/The-Dog-API/assets/127647774/b129fe6a-0da0-4e7a-b4ee-b36ef39bd1ca)

Api consumption of TheDogAPI, api that contains the cutest dogs. See it on [Vercel](https://the-dog-api-eight.vercel.app/).

## Technologies
List of technologies used in the project:

- [VueJs 3](https://vuejs.org/guide/introduction.html)
- [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
- [HTML](https://developer.mozilla.org/en-US/docs/Web/HTML)
- [CSS](https://developer.mozilla.org/en-US/docs/Web/CSS)
- [API TheDogAPI](https://thedogapi.com/)
- [Vite](https://vitejs.dev/)

`See more details below:`

# apiConsumption

This template should help get you started developing with Vue 3 in Vite.

## Recommended IDE Setup

[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).

## Customize configuration

See [Vite Configuration Reference](https://vitejs.dev/config/).

## Project Setup

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Compile and Minify for Production

```sh
npm run build
```