For this experience, you will start designing a simple Meteor application called Digits. When you are finished, the home page should look something like this (although the picture and color scheme might be different):
First, read through the documentation for meteor-application-template, and watch the 27 minute screencast that explains how the system is organized.
Second, find a picture to use for the cover image. Make sure it’s at least 1000px wide. “Narrow” pictures tend to work better.
Third, I suggest you watch my screencast before trying this WOD for the first time. I have not been able to find suitable resources for you to read prior to doing this WOD to cover all of the Meteor concepts I will cover. So, it’s best for you to watch the solution one time through to orient yourself.
That said, do not step through the video minute by minute, pausing it to replicate the steps in your editor. Instead, watch the video all the way through, then try to do it yourself from scratch. If you fail and DNF, then watch the entire video again, then try to do it yourself from scratch. You will learn more effectively and quickly this way.
To make things easier to understand, I’ve divided the steps for this WOD into two sections.
Ready? Start your timer.
Create a GitHub repository called digits and clone it to your local file system.
Import the meteor-application-template code into your local digits repo following the instructions on its GitHub Page:
meteor npm install
.meteor --settings ../config/settings.development.json
Create an “Static Web” IntelliJ project called digits that points to your repo.
Set up your project to use our Javascript coding standards. In a nutshell:
Commit this initial installation to GitHub with message ‘installed meteor-application-template’.
Edit package.json so that the name field is ‘digits’
Edit client/head.html to make the title ‘digits’
Add your image to imports/ui/layouts/header.html, adjust max-height if necessary.
Remove the padding-top from imports/ui/stylesheets/style.css.
Adjust the menu to say Digits, eliminate margin.
Set border-radius to 0px to avoid the rounded corner
Use image color picker to find a color from your picture to make your menubar match.
Adjust title and login link colors if necessary.
Add a Semantic UI table. Provide three realistic entries.
Edit footer.
When done, commit with message ‘home page mockup complete.’
Stop your timer and record your time. Be sure to record it, because you will need your WOD time data when you write your technical essay.
Rx: <30 min Av: 30-35 min Sd: 35-40 min DNF: 40+ min
Here’s a screencast of me working through this problem. You can watch this prior to attempting it for the first time yourself.
By the time and date indicated on the Schedule page, submit this assignment via Laulima.
Your submission should contain:
A link to the GitHub repository created as a result of your latest attempt at this practice WOD. Make sure you include the complete URL so that I can click on it in my mailer. Note: the final commit to the branch of the repo associated with this WOD must have been made before the submission time and date, otherwise you will not receive credit for this assignment.
The number of times you have attempted this practice WOD so far, and for each time, how long it took you.
You will receive full credit for this practice WOD as long as you have attempted it at least once and submitted the email with all required data before the due date. Your code does not have to run perfectly for you to receive full credit. However, if you do not repeat each practice WOD until you can finish it successfully in at least AV time, you are unlikely to do well on the in-class WOD. To reduce the stress associated with this course, I recommend that you repeat each practice WOD as many times as necessary to achieve at least AV before its due date.