Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 719 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 719 Bytes

courseList

What It Is

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.

Required Libraries and Dependencies

  • Internet Connected Device
  • Modern Web Browser
  • Firebase API
  • Install Angular CLI npm install -g @angular/cli

Basic Instructions

  1. Download the zip to a directory you'll be working in.
  2. Unzip the file.
  3. Run ng serve for a dev server.
  4. Navigate to http://localhost:4200/.
  5. The app will automatically reload if you change any of the source files.

Resources Used:

  • Angular Official Documentation
  • Firebase API Documentation
  • StackOverflow