RecetteTracker is a simple website to track all recipes in catalog.
With RecetteTracker, you can :
- See all recipes
- Read recipe in detail
- Make a recipe step by step
- Suggest a recipe
For administrator, he/she can :
- See all sugest recipes
- Approve or Remove a suggest recipe
After cloning the repository :
npm install
Then open the local server for development :
ng serve --open
And for production build :
ng build --prod
- Angular : 10.1.3
- jQuery : 3.5.1
- Bootstrap : 4.5.2
- FontAwesome : 5.15.1