https://github.com/lamdav/moviequotes
An Angular + Firebase project done to learn.
https://github.com/lamdav/moviequotes
angular2 firebase learning-by-doing
Last synced: 2 months ago
JSON representation
An Angular + Firebase project done to learn.
- Host: GitHub
- URL: https://github.com/lamdav/moviequotes
- Owner: lamdav
- Created: 2017-06-11T00:06:23.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-15T09:01:03.000Z (about 9 years ago)
- Last Synced: 2025-02-24T03:32:56.825Z (over 1 year ago)
- Topics: angular2, firebase, learning-by-doing
- Language: TypeScript
- Size: 114 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MovieQuotes
[Demo](https://lamd-movie-quotes.firebaseapp.com/)
## Description:
This project was done to learn more about Angular + Firebase. This project is a simple dynamic archive of movie quotes and their corresponding movie. Reverse Pipe was experimented with during this project so that newly added quotes would appear at the top of the list. This project also incorporated bootstrap styling. Ontop of all this, simple Angular modifiers (ngFor, ngIf) were used to render elements accordingly.