Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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