Forkify is a web application that allows users to search for recipes, view recipe details, bookmark favorite recipes, and add their own recipes.
- Search for recipes using keywords
- View detailed recipe information
- Bookmark favorite recipes
- Add custom recipes
- Responsive design for various screen sizes
- HTML5
- CSS3 (SCSS)
- JavaScript (ES6+)
- vite (for bundling)
index.html: Main HTML file containing the structure of the applicationsrc/: Source folder containing all assets and scriptsimg/: Images used in the applicationsass/: SCSS files for stylingjs/: JavaScript files for application logiccontroller.js: Main controller file
- Clone the repository
- Install dependencies:
npm install - Run the development server:
npx vite - Build for production:
vite build
or visit https://forkifyeg.netlify.app/
- Open the application in a web browser
- Use the search bar to find recipes
- Click on a recipe to view details
- Bookmark recipes by clicking the bookmark icon
- Add your own recipes using the "Add recipe" button