This project was generated with Angular CLI version 13.3.1.
👋 Hi
I am Manoj M .This project is a random adivce generator which was developed using the public API. The main objective of creating this app is to learn integration of APIs with Angular
📦 advicegenerator
├─ .browserslistrc
├─ .editorconfig
├─ .firebase
│ └─ hosting.ZGlzdA.cache
├─ .firebaserc
├─ .github
│ └─ workflows
│ ├─ firebase-hosting-merge.yml
│ └─ firebase-hosting-pull-request.yml
├─ .gitignore
├─ .vscode
│ ├─ extensions.json
│ ├─ launch.json
│ └─ tasks.json
├─ README.md
├─ angular.json
├─ firebase.json
├─ karma.conf.js
├─ package-lock.json
├─ package.json
├─ src
│ ├─ app
│ │ ├─ app-routing.module.ts
│ │ ├─ app.component.css
│ │ ├─ app.component.html
│ │ ├─ app.component.spec.ts
│ │ ├─ app.component.ts
│ │ ├─ app.module.ts
│ │ └─ services
│ │ ├─ advice.service.spec.ts
│ │ └─ advice.service.ts
│ ├─ assets
│ │ ├─ .gitkeep
│ │ ├─ error.png
│ │ ├─ high-five-fail.gif
│ │ └─ loading.gif
│ ├─ environments
│ │ ├─ environment.prod.ts
│ │ └─ environment.ts
│ ├─ favicon.ico
│ ├─ index.html
│ ├─ main.ts
│ ├─ polyfills.ts
│ ├─ styles.css
│ └─ test.ts
├─ tsconfig.app.json
├─ tsconfig.json
└─ tsconfig.spec.json
- HTML
- CSS
- Javascript.
- VS Code.
- BootStrap
- TypeScript
- Angular 13
The website is deployed in Firebase
Live: https://advisor-12.web.app/
Or you can scan the bellow QR code.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The application will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
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.
If you like this don't forget to ⭐ the repository.
Thank You for visiting Have a nice day 😊