https://github.com/damisparks/mini-netflix-frontend
MiniNetflix or Netflix clone using Angular
https://github.com/damisparks/mini-netflix-frontend
angular nodejs typescript
Last synced: about 2 months ago
JSON representation
MiniNetflix or Netflix clone using Angular
- Host: GitHub
- URL: https://github.com/damisparks/mini-netflix-frontend
- Owner: damisparks
- License: mit
- Created: 2019-10-16T07:18:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T10:52:40.000Z (over 3 years ago)
- Last Synced: 2023-03-03T23:00:32.110Z (over 3 years ago)
- Topics: angular, nodejs, typescript
- Language: HTML
- Homepage:
- Size: 1.85 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MiniNetflix
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.8.
## Development server
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.
## 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
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.
## Running unit tests
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Running end-to-end tests
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
## Project Scope :
> This project is full stack web application aimed to mimic [Netflix](www.netflix.com).
## **NOTE**: The project does not have the all the features [Netflix](www.netflix.com) has.
It is a [Netflix](www.netflix.com) clone.
## **Objectives**
My following along on this project, you should be able to :
* Create a new angular project from start using the [Angular CLI](https://github.com/angular/angular-cli)
* Create a basic UI using the UX Design of your choice.
* Implement angular routing.
* Use angular http module.
* Modularize your front end code.
* Connect your front application to your backend using firebase.
* Implement user authentication, & authorization
* ...
## UX DESIGN
The UX is designed using [Figma](https://www.figma.com/).
[Mini Netflix UX Design](https://www.figma.com/file/cNlWOPiI4xWwJ1vruBpQy8/Mini-netflix?node-id=0%3A1) that i made can be found here.
# User Story
## A user:
* should be able to view all movies on the homepage: The movie image, movie title and year of production
* should be able to search for movie titles containing certain words
* should be able to click on a movie and it should display more details about the movie like Rated, Released, Runtime, Genre, Director, Writer, Actors, Plot, Language, Country, Awards any other you want to display.
* should be able to favorite movies I like and it should persist even if the browser tab is refreshed.
* should be a favorites page that shows my favorite movies
## Authentication
* Implement authentication in express js where as a user, I can persist my favorite movies forever and remove movies from my favorites list. Use any DB of your choice.
* Use Firebase for your backend.
**THIS PROJECT IS STILL BEING DEVELOPED DAILY.**