Code Monkey home page Code Monkey logo

corefrontendproject's Introduction

Website-demo: https://bh0.github.io/CoreFrontendProject/

About Project: A website using only Javascript, CSS and HTML - meaning no libraries or frameworks which is hosted on Github Pages

Tools:

  • Text Editor - Atom IDE
  • Command Line - Git Bash
  • Browser - Opera
  • Language/s - HTML, CSS, Javascript
  • Version control - Git
  • File Explorer - Windows File Explorer
  • Operating System - Windows 10 (Home)

Specifications / Requirements

  • Uses version control (Git)
  • Uses core web technology and no frameworks / libraries (HTML/CSS/JS)
  • Front end / client side only
  • DOM Manipulation / Traversal
  • 3 Pages Maximum
  • Inspired by corporate / business, product / project websites
  • Responsive
  • An array of client side features
  • A variety of effects
  • Hosted via Git Pages

Time: < 24 Hours, start [] - end []


Learning / Reference Resources:


Git Reference:

  • git init - Creates new Git repo
  • git status - Gives details on repo's state
  • git add - add file/s to staging area
  • git commit - send staged files to repo
  • git log - to view changes
  • git remote add
    • Remote repositories are the ones on Github, local repos are on your personal computer
  • git push - tells Git where to put our commits when we're ready
  • git push -u master - these commands will put our commits to the master branch of repository and remember the repository name for us
  • git pull - gets changes from parameters ('<...>')
  • git diff - identifies what is different/differences
    • HEAD - will check from our most recent commit
    • --staged - checks difference regarding the changes you've staged
  • git reset - to unstage files
  • git checkout - switch branches or restore working tree files
    • -- can be a filename
  • git branch - create a new branch (for working on a varied version of project)
  • git rm - remove files from the working tree and from the index
  • git merge - merge branch into the master branch /?branch you're in?
  • git branch -d - deletes the branch

corefrontendproject's People

Contributors

bh0 avatar

Watchers

James Cloos 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.