Skip to content

Commit

Permalink
update package and add some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
JancoBH committed Jan 17, 2024
1 parent eb5c738 commit 4770515
Show file tree
Hide file tree
Showing 33 changed files with 872 additions and 971 deletions.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
# Angular Movies | TV Shows (beta)
# Angular Movies | TV Shows

## 🚀 Getting Started

Angular Movies | TV Shows is a simple web app that consumes The Movie DB API, it can show you interesting data about popular movies and series - **still working on it**.
Angular Movies | TV Shows is a simple web app that consumes The Movie DB API, it can show you interesting data about popular movies and series.

See **Installing** for steps to make it work in your local environment.
## 💻 Live Demo

✔ Github Pages: https://jancobh.github.io/Angular-Movies/ (new with Angular 14 + improvements + still working on it).

❌ Firebase hosting: https://angular-movies-c91ba.firebaseapp.com/ (old with Angular 8 and a lot of unnecessary code with bugs).

✔ Github Pages: https://jancobh.github.io/Angular-Movies/

## 📋 Prerequisites

Expand All @@ -30,8 +27,8 @@ Go to Angular-Movies\src\environments and change ```environments.ts``` and ```en

## 🛠️ Built With

* <a href="https://angular.io/" target="_blank">Angular</a> 15.0.4 - The Web Framework used
* <a href="https://material.angular.io/" target="_blank">Angular Material</a> 15.0.3 - The UI Component Library
* <a href="https://angular.io/" target="_blank">Angular</a> 17.0.9 - The Web Framework used
* <a href="https://material.angular.io/" target="_blank">Angular Material</a> 17.0.5 - The UI Component Library

## 📦 Deployment

Expand Down
2 changes: 1 addition & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"assets": [
"src/assets",
"src/favicon.ico",
"src/manifest.json"
"src/manifest.webmanifest"
],
"styles": [
"src/styles.scss",
Expand Down
4 changes: 2 additions & 2 deletions docs/3rdpartylicenses.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ License: "MIT"

The MIT License

Copyright (c) 2023 Google LLC.
Copyright (c) 2024 Google LLC.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -61,7 +61,7 @@ License: "MIT"

The MIT License

Copyright (c) 2023 Google LLC.
Copyright (c) 2024 Google LLC.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions docs/404.html

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/chunk-2S7MZQRG.js

This file was deleted.

2 changes: 2 additions & 0 deletions docs/chunk-4HE7EQ4Z.js

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions docs/chunk-CLA6NX2X.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/chunk-D4F7KO6S.js

Large diffs are not rendered by default.

7 changes: 0 additions & 7 deletions docs/chunk-GUX3CEOF.js

This file was deleted.

4 changes: 4 additions & 0 deletions docs/chunk-JZIVZ5UO.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/chunk-OA5NQEMK.js

This file was deleted.

2 changes: 2 additions & 0 deletions docs/chunk-QS4QCMPD.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions docs/chunk-SKVCMUJL.js

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions docs/chunk-UMHWPYOL.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/chunk-VY24N2W6.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions docs/chunk-WTUGROAE.js

This file was deleted.

2 changes: 2 additions & 0 deletions docs/chunk-YDD3EV4O.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions docs/chunk-YMME4DAE.js

This file was deleted.

6 changes: 3 additions & 3 deletions docs/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/main.js

Large diffs are not rendered by default.

59 changes: 59 additions & 0 deletions docs/manifest.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
{
"name": "Angular Movies",
"short_name": "Angular Movies",
"theme_color": "#f44336",
"background_color": "#f44336",
"display": "standalone",
"scope": "./",
"start_url": "./",
"icons": [
{
"src": "assets/img/icon-72x72.png",
"sizes": "72x72",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "assets/img/icon-96x96.png",
"sizes": "96x96",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "assets/img/icon-128x128.png",
"sizes": "128x128",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "assets/img/icon-144x144.png",
"sizes": "144x144",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "assets/img/icon-152x152.png",
"sizes": "152x152",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "assets/img/icon-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "assets/img/icon-384x384.png",
"sizes": "384x384",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "assets/img/icon-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable any"
}
]
}
4 changes: 2 additions & 2 deletions docs/polyfills.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/styles.css

Large diffs are not rendered by default.

Loading

0 comments on commit 4770515

Please sign in to comment.