Skip to content

An Exercise to Accompany a Lecture on Reading Documentation I delivered at Hack Reactor ATX

Notifications You must be signed in to change notification settings

bpernick/MomentJS-Age-Clock

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MomentJS Age Clock

An exercise in reading the MomentJS documentation to accompany a documentation lecture

High Level Goal for this Activity

The goal of this activity is for you to put into practice the principles of effectively navigating documentation that were outlined in the slides. As this is an exercise in documentation reading, please rely primarily on documentation and only secondarily on Stack Overflow

You will use MomentJS and a MomentJS plugin to make an exact age clock. Your finished product will look something like this:

Oops, didn't load

Bare Minimum Requirements

  1. Read and understand index.html for context before diving in to documentation
  • Knowing what problem you're trying to solve will help guide you through the docs
  1. Utilize the Moment.js and moment-precise-range plugin documentation. Use Stack Overflow as a BACKUP and not a default.

Getting Started

  1. If your npm may not be uptodate, run npm install npm@latest -g to upgrade your npm
  2. npm install from the root directory
  3. You should not need to edit any files other than index.html

About

An Exercise to Accompany a Lecture on Reading Documentation I delivered at Hack Reactor ATX

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 84.9%
  • CSS 15.1%