Watch At Home is a PWA application made with the purpose to recommend movies to undecided people over Quarantine, Watch At Home is a free software. If you want to contribute with this project feel free to make post requests. This project makes part of my portfolio.
This project doesn't make use of frameworks such as React-Native, Django, etc. It was written with pure Javascript, CSS and HTML. It have made use of VanillaJS, APIs JSONbin and The Movie Database, Webpack and PWA.
- VanillaJS: generate templates in order to reuse code
- The Movie Database API: deliver a large movie database and support operations with him.
- JSONbin: manage and store user data making calls to a REST API.
- Webpack: bandle, serve and minify Javascript, HTML, CSS and images files and refresh page when occur some modifications without the need to refresh the browser.
- PWA: a methodologie that allows us to develop a mobile app to many platforms just reusing web techs such as HTML, CSS and JS. It makes use of native mobile resources as though we were developing natively.
Clone the repository
git clone https://github.com/MaiconMares/WATCH_AT_HOME.git
Install dependencies
npm install
Run application[development]
npm run dev
In a browser page, to access the app, type
http://localhost:8080/