Ibrahimsyah / My-MovieCatalog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Movie Catalog

  • Built With Vanilla JS
  • Styling with SASS Preprocessor
  • API Fetching with Axios
  • Bundled with Webpack (Development and Production Mode)
  • Infinite Scroll Support
  • Responsive

Installation

  1. Clone this Repo
  2. Run
yarn install
or
npm install
  1. Then
//Development Mode With Hot Reload
yarn start
or
npm run start

//Production Build
yarn build
or 
npm run build

About


Languages

Language:JavaScript 63.6%Language:CSS 31.9%Language:HTML 4.6%