Mattdack / prework-study-guide

A study guide for coding bootcamp pre-work

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prework Study Guide Webpage

Description

In order to practice basic concepts and generate a place to store notes for my coding bootcamp, this webpage was created. A simple index.html file creates the structure of the webpage, a style.css file changes the design of the webpage. The script.js file doesn't provide any functionality, but allows the user to see the outcomes of some function practice in the webpage console. This was helpful in learning the basic concepts of webpage and practice the the git workflow.

Table of Contents (Optional)

If your README is long, add a table of contents to make it easy for users to find what they need.

Installation

This project only works in a browser and does cannot be installed.

Usage

Content or notes can be added to the webpage by editting the index.html file.

Webpage design can be added via the style.css file.

Practicing console outputs and using Chrome Dev tools can be performed in the script.js file.

Credits

I generated this project with help from the Trilogy + University of Washington Full Stack Development Bootcamp Prework Modules. You can find my github profile at github.com/mattdack and can find the bootcamp via google.

License

Licensed under the MIT license.

How to Contribute

At this time, this is a personal project to generate a framework for practicing and learning basic concepts. Contributions are not necessary. Thank you for considering.

About

A study guide for coding bootcamp pre-work

License:MIT License


Languages

Language:HTML 71.9%Language:JavaScript 17.1%Language:CSS 11.0%