Gourmet Guide is a web application designed to help users discover delicious recipes and save favorites to local storage.
Built using Angular, the app is fast, responsive, and ready to receive additional features in near future.
- Discover a variety of recipes based on user preferences
- Save favorite recipes to local storage
- User-friendly interface with responsive design
To get started with Gourmet Guide, follow these steps:
-
Clone the repository:
git clone https://github.com/bbocko/gourmet-guide.git cd gourmet-guide
-
Install dependencies: Make sure you have Node.js and Angular CLI installed.
npm install
- Start the development server:
The app will be accessible at
ng serve
http://localhost:4200/
. The server will automatically reload if you make changes to the source files.
To create a production build, run:
ng build
Contributions are welcome! If you would like to contribute to Gourmet Guide:
- Fork the repository
- Create a feature branch (git checkout -b feature/your-feature-name)
- Commit your changes (git commit -m 'Add feature')
- Push the branch (git push origin feature/your-feature-name)
- Open a Pull Request
This project is licensed under the MIT License.