This project kicks off Week 1 of the Viking Code School.
The project is created using an Agile Development approach and managed with a Pivotal Tracker project. To get started:
-
fork this repository (How to fork) to make a copy and then work locally with a clone of your fork.
-
Check out the Pivotal Tracker Project to see the three stories for this project. The Acceptance Criteria for each story is listed in the Tasks field. The mockup is included as a comment on the Epic called "Homepage" (you might need to click the "Epics" tab to display the Epic... this will be along the top if you're using the old Tracker or along the left column if using the "Beta" version).
-
Use the stories and their accompanying mockup to guide your development. You'll start with the topmost story "Home Page", which will have you build the basic framework of the home page. The following two stories will require you to add the forms for signing in and signing up.
-
Use Bootstrap and SASS to help produce these pages. The standard Bootstrap style classes should get you some of the way there but you'll need to build an
overrides.css
orstyles.css
file of your own to augment them. -
Once you've finished each story in the Pivotal Tracker (you don't need to manually check off the Acceptance Criteria / Tasks for this project), be sure to Git commit it.
-
When you're finished with all stories, submit your forked repository as a pull request to this one. Each of your teammates will do the same with their own projects.
-
Perform a code review on your assigned pair for the week by identifying that person's pull request on the Pull Requests tab and reviewing the files it contains.
-
Submit your review as comments to the pull request.
Ask your fellow teammates or the instructors for help if you need it. Though this is intended as an individual project, you are more than welcome to collaborate as you see fit.