This project utilizes Angular 5, Bootstrap 4 and Firebase to receive data from the database and display them on the webpage in real time. Showcasing my proficiency with the technologies.
- Internet Connected Device
- Modern Web Browser
- Firebase API
- Install Angular CLI
npm install -g @angular/cli
- Download the zip to a directory you'll be working in.
- Unzip the file.
- 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.
- Angular Official Documentation
- Firebase API Documentation
- StackOverflow