🌐 Check out the website on GitHub Pages
Cocktail Explorer is a modern web application for browsing, searching, and filtering cocktails. Users can discover new drinks, save their favorites, and check detailed ingredients and preparation instructions.
The app uses the Cocktails API available at: https://cocktails.solvro.pl
- Display a list of cocktails
- Mark cocktails as favorites
- Search and filter cocktails
- View cocktail details, including ingredients and preparation instructions
- Friendly, modern, and responsive UI
The project is built with the tech stack:
- React
- TypeScript
- TanStack Query
- ui.shadcn.com
- Tailwind CSS
- Clone the repository:
git clone https://github.com/your-username/cocktail-explorer.git cd cocktail-explorer - Install dependencies:
npm install
- Start the development server:
npm run dev ``` 4.Open your browser and go to: ```bash http://localhost:3000