Disclaimer:
- This project main purpose was a learning experience to tackle Angular framework.
- It may contain unpolished, experimental or rushed code that needs to be refactored and modernized.
An Angular web application that consumes the REST API found here..
This application consumes a Java REST API and allows users to browse and create cooking recipes, through a modern user interface.
This application implements:
- A JWT-based authentication process
- Http Interceptors
- Route Guards
- Reactive forms
- Validations
This application allows a user to:
- Sign up
- Sign in
- Browse recipes
- Filter recipes
- Create recipes
- Update recipes
- Rate recipes