GithubHelp home page GithubHelp logo

bit-camp-learning-lab-test's People

Contributors

bahburs avatar

Watchers

 avatar

bit-camp-learning-lab-test's Issues

Prerequisite

Prerequisite: Fundamentals of JavaScript

Note: Most of these items should be done already! Read the bottom of the doc to continue ๐Ÿ˜„

Welcome to Bit Camp, where students get hands-on experience with software engineering. Before the program starts, please find some time to complete the following assignment: learn/review JavaScript fundamentals that will later be used in the program. To complete this assignment, you will be creating a digital clock using JavaScript to demonstrate your skills! If you need any help, refer to these resources:

If you have specific questions, try out Stack Overflow (it is super duper helpful):

Stack Overflow: https://stackoverflow.com/

After you have learned/refreshed your knowledge of JavaScript, let's get started on making that clock. Here is the list of the requirements and some extensions you can complete if you have extra time!

Requirements:

  • Display 12/24 HR time with hours, minutes, and seconds.
  • Must be created using JavaScript (plus appropriate HTML and CSS for formatting and styling)

Extensions:

  • Turn your clock from digital to analog mode (hint: you're gonna need a lot of CSS for this...)
  • Use CSS to style your clock (i.e. make it blue, green, yellow, etc)
  • Create animations for your clock (ie. when the minute hand changes, it rotates/spins)

Don't know where to get started? Start off by creating a new function that starts your clock:

function startTime() {}

After this, you will need to create three variables:

var hr = " ";
var min = " ";
var sec = " ";

Also, make sure to reference the HTML you created the "clock" id in:

document.getElementById("clock").innerHTML = " ";

Good job, hopefully your digital clock is fully working and your jQuery is linked to our HTML and CSS files. Your next task is a bit more tricky... you're making another clock but this time... in analog mode!

Don't know where to put your code? Try using this online interpreter: repl.it!

If you have any other questions or need further assistance, feel free to reach out to your TAs! Your last step is to create a Github account if you don't have one yet, create a repository to store your project, and upload your files. We will cover Github in this course, so if you don't know how to use it, no worries! Give it your best try for now.

To continue, comment your Javascript Clock Github Repo link and press the close issue with comment button at the bottom of the page!

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.