A simple movie library to find information about films
View Demo
Simple movie library to find information about films. I used MVC pattern and the latest ES6 Features.
- HTML5
- SASS
- Vanilla JS
- ParcelJS
- Fort Awesome
To get a local copy up and running follow these simple example steps.
- npm
npm install npm@latest -g
- Get a free API Key at The Movie Database
- Clone the repo
git clone https://github.com/gionasdev/movie-library.git
- Install NPM packages
npm install
- Enter your API in
config.js
export const API_KEY = 'ENTER YOUR API';
- Start the website, inside root project folder
npm start
Distributed under the MIT License. See LICENSE
for more information.
Gionas - @gionasdev - hello@gionas.dev