This project was generated using Angular CLI version 19.0.6.
The Angular Recipe App is a web application designed to manage a personal recipe library. It allows users to perform CRUD (Create, Read, Update, Delete) operations on their recipes. Users can add new recipes, view details, edit existing ones, and delete recipes they no longer need. The app aims to simplify recipe management in a user-friendly and visually appealing interface.
- Frontend Framework: Angular
- Programming Languages: TypeScript, HTML5, CSS3
- Styling Framework: Bootstrap
- Backend: Supabase (Database and Authentication)
- Development Tools: Node.js, Visual Studio Code
- Version Control: Git
Follow these steps to clone, set up, and run the project locally:
- Clone the repository
git clone https://github.com/bena-sudo/angular-recipe-app.git cd angular-recipe-app - Install dependencies
Ensure you have Node.js installed on your system. Then, install the project dependencies using:
npm install
- Run the development server
Start the Angular development server with the following command:
Once the server is running, open your browser and navigate to:
ng serve
http://localhost:4200
- Build the project (optional)
To generate a production-ready build of the project, use:
The build artifacts will be stored in the
ng build --prod
dist/directory.


