Skip to content
This repository was archived by the owner on Oct 13, 2022. It is now read-only.

FIxed tags in README.md #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Collection of coursework I've done from Colt Steele's Udemy Web Development course

##Projects
## Projects

- [Color Game](/Projects/ColorGame)
- [To-Do List](/Projects/ToDoList)
Expand All @@ -13,9 +13,9 @@ Collection of coursework I've done from Colt Steele's Udemy Web Development cour
- [RESTful Blog](/Projects/RESTfulBlog)

---------
##Concepts & Exercises
## Concepts & Exercises

###HTML & CSS
### HTML & CSS

- Pokemon Data Tables exercise
- CSS Selector exercise
Expand All @@ -25,8 +25,8 @@ Collection of coursework I've done from Colt Steele's Udemy Web Development cour
- Blog Post CSS exercise
- Landing Page Bootstrap exercise

###Javascript
*Many solutions to the exercises can be seen by opening the browser console*
### Javascript
* Many solutions to the exercises can be seen by opening the browser console*
- Prompt Exercise using prompt() and console.log()
- For Loop Exercises
- While Loop Exercises
Expand All @@ -35,17 +35,17 @@ Collection of coursework I've done from Colt Steele's Udemy Web Development cour
- Array Problem Set
- Movie Database, practice with creating Objects

####Interacting with the DOM
#### Interacting with the DOM
- Intro to Selectors (.getElementById, .getElementByTagName, .querySelector, etc.)
- Selector Exercise
- Adding Listeners (.addElementListener)
- Score Keeper, using .addEventListener, reviewing typecasting, selectors

###jQuery
### jQuery
- Selector Exercise
- jQuery Methods

###Node.js
### Node.js
*Instead of using C9 as Colt recommended, I create my projects locally*
- Intro to the Command Line
- Intro to NPM (using simple npm packages catMe & faker)
Expand Down