Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhonatanmedeiros/ng-movie-countdown
O site Movie Countdown é um projeto desenvolvido por Jhonatan Hardt de Medeiros © 2020. "This product uses the TMDb API but is not endorsed or certified by TMDb."
https://github.com/jhonatanmedeiros/ng-movie-countdown
angular html javacript movie-database scss the-movie-db typescript
Last synced: 1 day ago
JSON representation
O site Movie Countdown é um projeto desenvolvido por Jhonatan Hardt de Medeiros © 2020. "This product uses the TMDb API but is not endorsed or certified by TMDb."
- Host: GitHub
- URL: https://github.com/jhonatanmedeiros/ng-movie-countdown
- Owner: JhonatanMedeiros
- License: mit
- Created: 2018-05-27T17:54:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T06:04:44.000Z (6 months ago)
- Last Synced: 2024-08-01T07:47:15.528Z (6 months ago)
- Topics: angular, html, javacript, movie-database, scss, the-movie-db, typescript
- Language: TypeScript
- Homepage: https://jhonatanmedeiros.github.io/ng-movie-countdown/
- Size: 1.7 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ng Movie Countdown
Ng Movie Countdown is a web application to list movies and tv shows.
## 🖥 Demo
An example of application can be found [here](https://jhonatanmedeiros.github.io/ng-movie-countdown/).## ⌨️ Development
### Clone Code
```bash
git clone [email protected]:JhonatanMedeiros/ng-movie-countdown.git
```### Install Dependencies
```bash
npm install
```
> If you like [Yarn](https://yarnpkg.com/), you can also use `yarn` to install dependencies.### Development server
```bash
npm run start
```
Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.### Build Release
```bash
npm run build:prod
```After building, the application will be found in the `dist` directory.
## 🛠 Technology Stack
- [Angular 9x](https://angular.io/)
- [Bootstrap 4](https://getbootstrap.com/)# 🤝 Contribute [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)](http://makeapullrequest.com)
If you are interested in participating in joint development, PR and Forks are welcome!
## 📜 License
[MIT](https://github.com/JhonatanMedeiros/ng-movie-countdown/blob/master/LICENSE) Copyright (c) 2020 - Jhonatan Hardt de Medeiros