A React application to find data about various alcoholic drinks...
- 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
- 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.