This is a web-based solution to the gomo code challenge.
These instructions will build and install a copy of the project on your local machine for development and testing purposes.
Node.js & Node Package Manager (NPM) - https://nodejs.org/en/download/ Angular CLI installed globally - https://angular.io/cli
First, clone the repository locally.
git clone https://github.com/Shooz136/gomo-code-challenge
Then, navigate to the cloned repository and install your dependencies - make sure dev dependencies install as well.
npm install
Then, run the Angular development server. The app will automatically reload if you change any of the source files.
ng serve
Once the server is running, navigate to http://localhost:4200/
.
Run ng test
to execute the unit tests via Karma.
- Angular 7 - The web framework used
- Node Package Manager - Dependency Management
- Firebase - Backend As A Service
- AngularFire2 - Angular Library For Firebase
- Material - Material Design Components For Angular
- Normalize.css - CSS Normalizer
- NGX-Gauge - Gauge Components For Angular
- Ben Shoemaker