Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carlossantos74/cocktail-frontend
An implementation of cocktail frontend, using cocktail API.
https://github.com/carlossantos74/cocktail-frontend
Last synced: about 1 month ago
JSON representation
An implementation of cocktail frontend, using cocktail API.
- Host: GitHub
- URL: https://github.com/carlossantos74/cocktail-frontend
- Owner: carlossantos74
- Created: 2023-08-23T02:48:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-27T02:28:21.000Z (over 1 year ago)
- Last Synced: 2023-08-27T03:29:24.429Z (over 1 year ago)
- Language: Vue
- Size: 126 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Cocktail API Front-end Project
This project is an front-end implementation of [cocktail API](https://www.thecocktaildb.com/api.php). It is a simple web application that allows users to search for cocktails and view the details of each cocktail. The application is built with Nuxt.js and can be visited [here](https://cocktail-frontend-mu.vercel.app/).
## Project setup
```bash
yarn install
```### Compiles and hot-reloads for development
```bash
yarn dev
```## Folder Structure
The project is structured following the Nuxt.js convention. You can find the details of the folder structure [here](https://nuxt.com/docs/guide/directory-structure/app).