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, find a picture to use for the cover image. Make sure it’s at least 1000px wide.
Second, 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.
Third, be sure to watch my video on branching and merging in GitHub desktop. You will be required to branch and merge for this series of practice WODs.
Finally, be sure to review the chapters of the Meteor Guide listed in the Readings section. They provide a wealth of information to help you understand application development in Meteor.
Prior to starting the timed part of the WOD, you should set up your repo and install the template.
Create a GitHub repository called digits and clone it to your local file system.
Import the meteor-application-template-react code into your local digits repo following the instructions on its GitHub Page.
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:
Create a .gitignore file so that the *.iml and .idea are not committed to GitHub.
Run your application to make sure that the template is installed correctly.
Commit and push this initial installation to GitHub with message ‘installed meteor-application-template’.
Now you’re ready to do this practice WOD. There are two rounds to this WOD, each timed individually.
Start your timer.
Create a branch called landing-page-1 using GitHub Desktop, and publish this branch to GitHub.
Start up your application using meteor npm run start
. Check to see that it’s running at http://localhost:3000. Take a look at the console to be sure there are no errors.
Edit app/client/main.html and app/imports/ui/components/NavBar.jsx to say “digits” rather meteor-application-template.
Add your background image to the landing page:
When you’ve gotten to here, your landing page should look similar to this:
Replace the text and images appearing in front of your image in the Landing component:
textAlign='center'
, and contains an Icon, an H1 header, and an H3 header. The headers are inverted to make their font color white.Now your landing page should look similar to this:
Provide a consistent background color.
#2185D0
.color='blue'
to the Menu element.color: 'white'
to the divStyle object to make the footer text white.When you’ve finished this part, your landing page mockup should look like this:
When you’re done:
To ensure that you understand this material, you must do this WOD a second time.
Switch back to the master branch. This will revert your local repo to its state just after the installation of the template.
Create a new branch called landing-page-2.
Go through the WOD again. When you’re done, commit and push your landing-page-2 branch to GitHub with the message ‘landing page mockup finished in NN minutes.’, where NN is the number of minutes it took you to do it according to your timer.
Danny will be checking to see that both branches are in GitHub.
Rx: <20 min Av: 20-25 min Sd: 25-30 min DNF: 30+ 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:
You will receive full credit for this practice WOD as long as you have attempted it the required number of times 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.