- Auth: Sign up and Sign in user accounts
- Recipes: Create/Update/Delete cooking recipes
- Shopping list: Add/Update/Remove ingredients to shopping list (manually or via recipes)
- UI: Fully responsive, Dark Theme support
- Angular front-end
- Firebase back-end (Firebase Auth and Firestore)
- Material UI (Angular Material)
- NgRx (Redux) state-management
This project was generated with Angular CLI version 12.1.2.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.
Firebase SDK was used through AngularFire library.
In order to configure this project to work with firebase, all you need to do is to provide a Firebase config object inside environment.ts file (/src/environments/). To get the config based on your Firebase account, check this page.