TunedMidja / curated-tv-and-film

A curated list of iconic TV and movie moments from modern filmography

Home Page:https://lmcjt37.github.io/curated-tv-and-film/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CircleCI

Curated-TV-and-Film

The purpose of the project is to show a curated list of Modern TV shows or Films, where iconic scenes that include speeches, action scenes, classic quotes, etc. These can all be viewed easily and quickly to help in reference. Especially useful in arguments.

These scenes are carefully picked out moments, ignoring bias of any opinions or beliefs. So please be aware that because of this, certain links may cause offense.

Features

  • React and js
  • Stylesheets can be CSS, Grid, Flex, bootstrap.
  • Embedded resources like images or fonts use DataUrls if appropriate.
  • Development
    • Development server
    • Optionally Hot Module Replacement development server (LiveReload for Stylesheets and React components enabled)

Local Installation

Install node.js

Just clone this repo and change the origin git remote.

npm install

Development server

# start the webpack-dev-server
npm start
# wait for the first compilation is successful

# open this url in your browser if it doesn't open automatically
http://localhost:3000/

It automatically recompiles and refreshes the page when files are changed.

Project structure

The boilerplate structure and files are the same as this repo minus the bin folder, everything else is exactly the same.

*root/main*
|
├── */src/*
│   ├── */_tests_/* contains test environment (Jest + Enzyme)
│   ├── */fonts/* where font and stuff are stored
│   ├── *App.js* main layout
│   ├── *App.css* styling
│   ├── *index.html* entry point
│   ├── *index.js* javascript entry point
│   ├── *content.js* javascript entry point
│   ├── *index.css* styling
├── *package.json* the whole package.json with every dependency and script, nothing is kept hidden
└── *README.md* this file

Contribution

Feel free to contribute by reading the guidelines - Contributing

Contributors

Visit here for contributors list - Contributors

About

A curated list of iconic TV and movie moments from modern filmography

https://lmcjt37.github.io/curated-tv-and-film/


Languages

Language:JavaScript 74.1%Language:CSS 20.5%Language:HTML 5.4%