This project is an Angular application for a Recipes App, allowing users to add and save recipes based on various criteria such as ingredients, dietary preferences, and cooking time.
- Authentication and Authorization.
- Create your own recipe.
- Edit it or delete it.
- Save its ingredients to the shopping list.
- View detailed recipe information including ingredients and instructions
- Angular
- TypeScript
- HTML
- CSS
Follow the instructions below to get started with the Recipes App:
- Clone the repository:
git clone https://github.com/your-username/recipes-app.git
- Navigate to the project directory:
cd recipes-app
- Install the dependencies:
npm install
- Start the development server:
ng serve
- Open your browser and visit
http://localhost:4200
to see the application.
To deploy the Recipes App, follow these steps:
- Build the production version of the application:
ng build --prod
-
The optimized build artifacts will be generated in the
dist/
directory. -
Deploy the contents of the
dist/
directory to your chosen hosting platform.
You can try my website from here
Contributions are welcome! If you'd like to contribute to the Recipes App, please follow these guidelines:
- Fork the repository and create a new branch for your contribution.
- Make your changes and commit them with descriptive commit messages.
- Submit a pull request detailing your changes.
Please ensure that your contributions adhere to the project's coding standards and guidelines.
This project is licensed under the MIT License. See the LICENSE file for more information.