Code Monkey home page Code Monkey logo

web-dev-colt-steele's Introduction

Colt Steele - The Web Developer Bootcamp 2021

This repository is to track my progress as I work through The Web Developer Bootcamp 2021 by Colt Steele on Udemy.com. I will be working on this course in conjunction with The Complete 2021 Web Development Bootcamp by Angela Yu, also on Udemy.

Start Date: December 2020

Checklist

Completed Projects

Screenshot of Marathon Form

A basic HTML only form.

Modifications

  • Used <fieldset> to group different sections of the form



Screenshot of Photo Site

A HTML and CSS only site with photos in a 3x3 grid.

Modifications

  • Used CSS Grid for layout instead of just margin and padding



Screenshot of Responsive Nav

A responsive nav bar made using CSS Flexbox and a colour changing heading using media queries.

Modifications

  • Made site mobile-first
  • Tried out the technique in this post to scale the font size of the heading while the viewport width is within a certain range
  • Used SASS to more smoothly transition through colors at different screen widths



Screenshot of Pricing Panel

A responsive pricing panel.

Modifications

  • Converted to SASS to make things more organized
  • Used CSS Flexbox more to handle layout



Screenshot of Museum of Candy

A basic website made using Bootstrap.



Screenshot of Todo List

A console-based todo list.

Modifications

  • Used switch instead of if else to differentiate commands
  • Used forEach instead of for loop to list todos
  • Used setTimeout to make sure page loads before prompt stalls everything
    • Already tried:
      • window.onload = toDoApp
      • document.addEventListener("DOMContentLoaded", toDoApp)
      • window.addEventListener("load", toDoApp)
    • Need to look more into it
  • Added some styling
  • Todo list is now displayed on the browser and adjusts according to user input
    • Works on Firefox, but not on Chrome



Screenshot of Score Keeper

A simple ping pong score keeper.



web-dev-colt-steele's People

Contributors

mmanogaran avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.