Skip to content

wshuston/y7-frontend-test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YELLOW7

Front-end Development Test

Goal

The goal of this test project is to turn a creative file into a working, responsive website. It is only one-page which consists of a header with logo and navigation, carousel banner, two column body content, and a simple footer.

Since this needs to be responsive, use your discretion for how the layout will adapt to tablet and mobile.

Hint: There is already a media query declared using a Foundation mixin if you are not familiar with this framework.

This project is open-ended to interpret your own functionality for the content.

Development Environment

The project already includes some boilerplate development tools loaded through Node to get you started:

  • BrowserSync
  • Sass
  • Bower
  • Gulp

Command Line References

  • Install dependencies: npm install && bower install
  • Run gulp serve to preview and watch for changes with BrowserSync
  • Run gulp to build your webapp for production
  • Run gulp serve:dist to preview the production build

Completion

Once you have completed this project, please create a pull request.

Docs

This project was setup with the Yeoman Gulp Webapp Generator. More information »

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 41.0%
  • CSS 34.5%
  • HTML 24.5%