Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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."

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