To see how good you are without the mouse!
- No mouse/trackpad use!
- Keyboards only!
- Ordered lists should be done in order
- Unordered lists can be done in any order
- You may use Google for help but only if you use your keyboard
forkthis repocopythe clone link
- Open your terminal
- Change directory to the project folder
- Clone the repository
- Open the project in your text editor
- Complete each of the tasks below
- Create a new branch called
omega - Checkout to a new branch called
alpha - Check to see you have three branches
- Run
live-server
- Find
index.html - Move
index.htmlto the correct directory - Reload your
live-serverpage
- Find
styles.css - Move
styles.cssto the correct directory - Link
styles.cssto the project
- Commit your code
- Checkout to
master - Delete the
alphabranch - Checkout to a new
alphabranch
- make sure your webpage says
Hello World! - make sure your
background-coloris notwhite
- Commit and push your code to GitHub
- From the
alphabranch create a new branch calledbeta - Run
live-server
- Change the title of the website
- Create a
divelement with anid - Create a
divelement inside the firstdivwith noidorclassidentifiers
- give the first
diva differentbackground-color - give the second
diva differentbackground-colorandborder
- Make a new folder called
js - Copy the
app.jsintojs - Link
app.jsto the project - Using ONLY
Javascriptinside of the seconddivadd the phraseMy name is ENTER_YOUR_NAME_HERE!
- smoke test your application
- Commit your code
- Checkout to
alpha - Delete the
betabranch - From your
alphacheckout to a newbetabranch
- make sure you have 2
divsof different colors - make sure your webpage console is logging
Hello World! - make sure the second
divsays your name
- Commit your code and push to GitHub
- Checkout to the
omegabranch - Merge your
betabranch into youromegabranch - Run
live-server
- make a new folder in
jscalledapp - create a file called
index.jsin theappfolder - copy the contents of
app.jsintoindex.js(COMMAND LINE ONLY!) - replace the contents of
app.jswith the following:var app = require('./index');
- Create a project folder outside of the
Mouse Be Gone!folder - Copy all of the contents from the
Mouse Be Gone!repo into the new repo using ONE line of code in your terminal
- Commit your code
- Checkout to
master - Delete the
omegabranch - From your
masterbranch checkout a newomegabranch - Merge your
betabranch into youromegabranch
- make sure
app.jsonly has one line of code - make sure your webpage console is logging
Hello World - make sure all of your
background-colorchanges carried over from the original directory
- In your project folder initialize a new
gitrepo - Create a new repository on GitHub (you may need to use your mouse/trackpad)
- Link the new
gitrepo on your computer to your new GitHub repository