Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/actionanand/ar-flix
it's movie db app
https://github.com/actionanand/ar-flix
angular14 primeflex primeicons primeng
Last synced: 8 days ago
JSON representation
it's movie db app
- Host: GitHub
- URL: https://github.com/actionanand/ar-flix
- Owner: actionanand
- Created: 2022-06-23T07:28:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-24T08:10:27.000Z (over 2 years ago)
- Last Synced: 2024-04-25T00:58:11.946Z (8 months ago)
- Topics: angular14, primeflex, primeicons, primeng
- Language: TypeScript
- Homepage: https://actionanand.github.io/ar-flix/
- Size: 2.18 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ArFlix
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.05.
## 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.
## 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 a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
## Resources
- [Normalize css](https://necolas.github.io/normalize.css/)
- [TMDB API docs](https://developers.themoviedb.org/3/getting-started/introduction)
- [Prime Flex](https://www.primefaces.org/primeflex/)
- [CSS Gradient](https://cssgradient.io/)
- [Angular Pass Data to Route: Dynamic/Static](https://www.tektutorialshub.com/angular/angular-pass-data-to-route/)
- [How to deploy a React, Angular and Vue project to Github pages](https://deepinder.me/how-to-deploy-a-react-angular-vue-project-to-github-pages)
- [How to retry an HTTP request in Angular (with plenty of code examples)](https://danielk.tech/home/angular-retry-an-http-request)
- [How to iterate over object properties in JavaScript](https://flaviocopes.com/how-to-iterate-object-properties-javascript/)
- [Similar tv db app - repo](https://github.com/abidakram01/angular-movie-app)
- [running app from course](https://ngmovies.bluebits.dev/)### Untracking `environment` files
- Add the following lines to `.gitignore` file
```gitignore
/src/environments/**
```- Then run the following command in cli
```bash
git rm -r --cached -- ./src/environments/
```## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.