mmasriera / myflix

movies i've watched & watchlist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

myflix

[page] (http://mmasriera.github.com/myflix)

movies i've watched

TODO :

  • search
  • watchlist
  • series
  • personal recommendations/ranking

list of movies lists/titles.txt

  # install deps
  npm i
  # download data
  npm run list2json
  # build
  npm run build
  # open
  open build/index.html

branches/versions

  • script lists/list2json:
    • list2json-seq fist version of the script that retrieves the data, sequential ❗sloooooow
    • conc-waitgroup up to 10 concurrent downloads
  • images
    • images-in-bundle images in bundle.js via webpack, ❗bundle.js size
    • images-lazyload images saved in a specific directory, and rendered as the page loads
  • front
    • v1 v1
    • gh-pages-v1 the gh-pages for the v1
      # build v1
      git checkout v1
      npm run list2json
      build-prod
      git checkout gh-pages
      sh prod.sh

About

movies i've watched & watchlist

License:MIT License


Languages

Language:JavaScript 48.8%Language:Go 28.0%Language:CSS 19.7%Language:HTML 3.4%