Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 710 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 710 Bytes

DrinkLy

A React application to find data about various alcoholic drinks...

image

Steps to run the project on your local machine:

  • First, clone the repo using the command
git clone https://github.com/Taherpatrawala/DrinkLy.git

Enter the root directory

cd DrinkLy
  • Install all the required dependencies
npm install
  • Run the project locally
npm run dev

Features 🌟

  • Search for any alcoholic drink you'd like.
  • Data regarding the Drink will be displayed.
  • Add the drink to your wishlist or cart.
  • Your Wishlist/Cart data will be saved in your browser.