Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.43 KB

README.md

File metadata and controls

36 lines (29 loc) · 1.43 KB

Culinary Shares Angular App

This is a project I created to practice authentication/authorization, front end development, as well as consuming APIs. I used Azure AD B2C to allow users to create an account and sign in. It also allows users to edit their profile and reset their password. If a user creates an account, they can submit a recipe for review before being permanently added to the site. Users also have the ability to favorite recipes and view recipes they have shared in one place.

I used Angular's documentation & code examples, Stack Overflow, and ChatGPT to complete the project.

Technologies used:

  • Angular
  • Bootstrap 5
  • Azure AD B2C

Features:

  • User account creation
  • User account editing
  • Users can share recipes
  • Users can favorite recipes
  • Web API consumption
  • Server-Side paging for pagination component

Sample Video:

Sample Video

Want to contribute?

  1. Open Git Bash to the location you wish to clone the repository.
  2. Run the following command: git clone https://github.com/barlowtyler96/AngularRecipesB2C.git
  3. Create a new branch: git checkout -b your-branch-name
  4. Make changes and stage them: git add .
  5. Commit your changes: git commit -m "Brief description of the changes"
  6. Push your changes git push origin your-branch-name
  7. Submit a pull request