Giter Club home page Giter Club logo

kaushikshivam / showtracker Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 3.55 MB

ShowTracker is a professional, flat and modern template to track your shows. With ShowTracker you can track your favorite TV shows automatically, so you never loose track of your TV shows ever again. ๐Ÿฟ

Home Page: https://rawcdn.githack.com/KaushikShivam/showTracker/a963a9f01318418ab162c34ac5444850d5754c50/index.html

CSS 65.43% HTML 34.57%
html sass scss web design sass-files sass-mixins auto-prefixer css css3

showtracker's Introduction

ShowTracker - Track your shows automatically

ShowTracker is a professional, flat and modern template to track your shows.

With ShowTracker you can track your favorite TV shows automatically, so you never loose track of your TV shows ever again. ๐Ÿฟ

ShowTracker Screenshot

Table of content

Description

This template uses the following:

  • Modern CSS

  • BEM Methodology

  • Custom 4 column grid

  • SASS

    • variables
    • nesting
    • parials and imports
    • mixins
    • functions
    • extends
  • 7-1 project structure for SASS Files -

    • base/
    • components/
    • layout/
    • pages/
    • themes/
    • abstracts/
    • vendors/

A build script is created to accomodate older browser compatibility

Installation

  1. Clone the project to your local directory
git clone https://github.com/KaushikShivam/showTracker.git
  1. The project uses NPM for managing dependencies. Run npm install to install all the required dependencies
npm install
  1. Run the watch script to view live changes to your CSS
npm run watch:sass
  1. Open the index.html file in your browser to view the website in all its glory (Live-server is recommended to view live changes automatically)

Scripts

The project uses AutoPrefixer, Node-sass, npm-run-all etc to build the following scripts:

Watch live changes in development

  1. Watch live changes to the sass
"watch:sass": "node-sass sass/main.scss css/style.css -w"
  1. Run Live-server for live development changes
"devserver": "live-server --browser=firefox"
  1. Script to run both simultaneously
"start": "npm-run-all --parallel devserver watch:sass",

Run npm start to run the script

Build script for production

  1. Compile sass files
"compile:sass": "node-sass sass/main.scss css/style.comp.css"
  1. Add prefixes automatically to the modern CSS rules (supports last 10 years - Can be configured)
"prefix:css": "postcss --use autoprefixer -b 'last 10 versions' css/style.comp.css -o css/style.prefix.css"
  1. Adds compression
"compress:css": "node-sass css/style.prefix.css css/style.css --output-style compressed"
  1. Final Build process
"build:css": "npm-run-all compile:sass prefix:css compress:css"

Run npm run build:css to run the build script

Contact

You can contact me at:

showtracker's People

Contributors

kaushikshivam avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.