An open API service indexing awesome lists of open source software.

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.

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
```