https://github.com/das-jishu/finding-falcone
Finding Falcone - A problem on Geektrust which focuses on the front-end developmental aspect and helps developers showcase their potential.
https://github.com/das-jishu/finding-falcone
angular bootstrap css finding-falcone firebase firebase-hosting frontend geektrust html jasmine-framework jasmine-tests karma karma-jasmine npm
Last synced: 3 months ago
JSON representation
Finding Falcone - A problem on Geektrust which focuses on the front-end developmental aspect and helps developers showcase their potential.
- Host: GitHub
- URL: https://github.com/das-jishu/finding-falcone
- Owner: das-jishu
- Created: 2021-11-14T10:40:01.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-15T07:20:25.000Z (over 3 years ago)
- Last Synced: 2025-02-07T13:32:15.352Z (5 months ago)
- Topics: angular, bootstrap, css, finding-falcone, firebase, firebase-hosting, frontend, geektrust, html, jasmine-framework, jasmine-tests, karma, karma-jasmine, npm
- Language: TypeScript
- Homepage: https://finding-falcone-b48df.web.app/
- Size: 691 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🌟 FindingFalcone
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.3. View it here: [Finding Falcone](http://finding-falcone-b48df.web.app/)
#### Description:
This coding problem statement is available on [Geektrust](https://www.geektrust.in/coding-problem/frontend/space).
Front-end framework used: Angular.
Test framework used: Jasmine and run via Karma.
Hosting used: Google Firebase.
Dependency Management: Node Package Manager (NPM).## ⭐ Scripts and commands
DEV server: Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if any of the source files is changed.
Code scaffolding: 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`.
Build the app: Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. It's no more required to add the `--prod` flag since it is deprecated.
Tests: Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io). The tests are written using Jasmine framework.
Code coverage: Run `ng test --code-coverage` to view the code coverage stats in the terminal as well as in a separate html page with more details.## ⭐ Hosting
The project is currently hosted on [Firebase](https://firebase.google.com/docs/hosting).
Link to view the project: [Finding Falcone](http://finding-falcone-b48df.web.app/).
To use Firebase hosting, navigate into your project directory and use the below commands:
```
> ng build
> npm install -g firebase-tools
> firebase login
> firebase init
// Go through the options and select as necessary
> firebase deploy
// Successfully deployed!
> firebase open
// to open the web page
```