WikiDrink is a responsive web application that provides information about various drinks. You can explore different drinks, view their details, and even search for specific drinks. WikiDrink is designed to work seamlessly on various devices, including desktop and mobile.
On the homepage, you can search for drinks by name or keyword. Clicking on a drink from the search results will take you to the drink's details page, where you can find information about its ingredients and instructions on how to prepare it.
Check out the live demo here.
To get started with this project on your local machine, follow these steps:
-
Clone the repository:
git clone https://github.com/your-username/wikidrink-react-project.git
-
Navigate to the project directory:
cd wikidrink-react-project
-
Install dependencies:
npm install
-
Start the development server:
npm start
-
Open your web browser and visit http://localhost:3000 to see the application in action.
If you'd like to contribute to this project, please create a pull request with your changes.