- A web app for Recipe related functions. It is an outcome of learning and implementing Angular framework.
- Implemented Authentication using Firebase.
- Added appropriate Routes.
- Managed state using NgRx.
- Used Interceptors to add Auth Token to HttpHeader before request leaves the App.
- Used Guards to prevent the loss of unsaved data on page reload.
- Tech Stack : Bootstrap, Angular, Firebase
- The app is deployed on Heroku.
- Clone the repository
https://github.com/PattniVishal/RecipeApp.git
- Run
npm install
to download dependencies. - Move to project directory and
ng serve -o
- The Application should start on localhost at port 4200.
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. Use the --prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.