/youtube-wrapped

an web app that takes youtube history as input and returns the videos/channels that you've watched the most

Primary LanguageJavaScript

YT-wrapped

open site locally

In repo root folder:

npm i
npm start

deploy

npm run deploy

TODO

  • expand minify images guide
  • evt. støtte for HTML filer. Konverter det til JSON
  • evt. DEMO / playground som viser hvordan appen funker?


Husk at du har dette ES7+ React snippets addon

https://github.com/dsznajder/vscode-react-javascript-snippets/blob/HEAD/docs/Snippets.md

JS PHP kommunikasjon kilder:

rafcp

import React from 'react'
import PropTypes from 'prop-types'

const $1 = (props) => {
  return <div>$0</div>
}

$1.propTypes = {}

export default $1

rafce

import React from 'react'

const $1 = () => {
  return <div>$0</div>
}

export default $1

https://feathericons.com/