This is a recipe app website project made by a group of students from Trybe using React, JavaScript, HTML, and CSS. The website allows users to search and view different recipes, and also create and share their own recipes.
- Recipe Search: Users can search for recipes based on keywords, ingredients, or meal type.
- Recipe Details: Users can view recipe details, including ingredients, directions, and nutritional information.
- User Accounts: Users can create an account to save their favorite recipes and create their own recipes to share with others.
- Social Sharing: Users can share their recipes on social media platforms like Facebook and Twitter.
- Responsive Design: The website is designed to be responsive and mobile-friendly, ensuring a seamless user experience across all devices.
You can access the app online at [https://recipes-app-website.netlify.app/]
To run the app locally:
- Clone this repository to your local machine.
- Navigate to the project directory and install the required dependencies with the command:
npm install - Run the project with the command:
npm start - Open your browser and navigate to
http://localhost:3000to view the website.