This project allows to search a variety of cocktails from the given api. It also gives back details about the specific drink like: name, category, information, glass, instructions and ingredients.
Clone the project
git clone https://github.com/karanvirsb/cocktailSearch.git
Go to the project directory
cd cocktailSearch
Install dependencies
npm install
Start the server
npm run start
Go to http://localhost:3000 in your browser and start searching.
- When page loads use the search bar at the top.
- To look at further details click on the green details button.
- Then on the details page to go back click the green Back Home button or the navigation Home button.
- User wants to see how a cocktail looks like.
- User wants to know how to make the cocktail.
- User wants to make a specific cocktail.
Client: React, CSS