Skip to content

Latest commit

 

History

History
64 lines (46 loc) · 1.67 KB

README.md

File metadata and controls

64 lines (46 loc) · 1.67 KB

Gourmet Guide

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.

Table of Contents

Features

  • Discover a variety of recipes based on user preferences
  • Save favorite recipes to local storage
  • User-friendly interface with responsive design

Installation

To get started with Gourmet Guide, follow these steps:

  1. Clone the repository:

    git clone https://github.com/bbocko/gourmet-guide.git
    cd gourmet-guide
  2. Install dependencies: Make sure you have Node.js and Angular CLI installed.

    npm install

Running the App

  1. Start the development server:
    ng serve
    The app will be accessible at http://localhost:4200/. The server will automatically reload if you make changes to the source files.

Building for Production

To create a production build, run:

ng build

Contributing

Contributions are welcome! If you would like to contribute to Gourmet Guide:

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/your-feature-name)
  3. Commit your changes (git commit -m 'Add feature')
  4. Push the branch (git push origin feature/your-feature-name)
  5. Open a Pull Request

License

This project is licensed under the MIT License.