-
Notifications
You must be signed in to change notification settings - Fork 38
Home
- Install Git
- Install VSCode
- Install VSCode LiveServer Plugin
1. Fork the coding lab 2 repository to your Github account
Click "Fork" on the rightmost side.
You should be able to access the website using this url: [username].github.io/coding-lab2. Just replace the 'username' to your username. The website should look like this:
You can now work on the coding activity parts! The description of each todo item is written in the index.html
.
Hint: http://next.materializecss.com/color.html
Before:
After:
Hint: http://next.materializecss.com/buttons.html
Before:
After:
Hint: http://next.materializecss.com/collapsible.html
Before:
After:
Hint: Find a carousel component on your own: http://next.materializecss.com/
This is the carousel component from Materialize:
That is, show two cards per row on a medium screen and one card per row on a small screen. Hint: Modify class names: http://next.materializecss.com/grid.html
On a medium screen:
On a small screen:
There is no instruction for this. Please feel free to explore on your own!
Click the third icon on the sidebar. This allows you to graphically run Git commands. Click "+" icon to state your changes, write commit messages in the input box, and click "Check" icon to commit the changes.
Now check your website online again!