sprintup / masteringCodeDemo

A repo that helps demonstrate skills that web developer interviewers look for as per https://github.com/planetoftheweb/masteringcode

Home Page:https://github.com/planetoftheweb/masteringcode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

masteringCodeDemo

A repo that helps demonstrate skills that web developer interviewers look for as per https://github.com/planetoftheweb/masteringcode

My daily process will be:

  1. create a local branch for the feature being discussed in the planetoftheweb/masteringcode local repo (directory 'masteringcode') using git branch <branch-name> origin/<branch-name>
  • set up project (installing dependencies)
  1. checkout a new feature branch in this repomasteringCodeDemo, by the episode number:
  • in the new branch, create a new folder by the name of the feature to be demonstrated with related readme.md including prefix
  • create feature readme and note challenges and differences in readme.md for that feature
  • complete different lessons in project in separate commits
  • reproduce the feature from planetoftheweb/masteringcode in this repos related feature branch
  • merge feature branch into master and push to remote

Onlookers

Feel free to look at commits or the related feature's readme to see notes and successes as I work through these challenges.

Commands

  • node expressServer.js

About

A repo that helps demonstrate skills that web developer interviewers look for as per https://github.com/planetoftheweb/masteringcode

https://github.com/planetoftheweb/masteringcode


Languages

Language:JavaScript 76.2%Language:HTML 15.9%Language:CSS 7.9%