Skip to content

edmondpr/FOODit-FrontEndTest

 
 

Repository files navigation

FOODit-jsTest

Getting started

  1. Fork this Github repository.

  2. Clone your new repo.

  3. Install Node.js and Bower dependencies.

    npm install
  4. Run grunt serve to serve up your files using a local Node (Connect) server. A browser window will open pointing to your index.html file. Any changes you make will be reflected in the browser immediately (without you having to hit refresh all the time). You will also get feedback about JSHint issues and test results in the terminal as you go along.

  5. Commit/branch your stuff as you would normally. When you're finished, push your code to your Github repo, and drop us a link to it in email.

What we expect from you

The frontend task involves building up the base angular app to match the mobile designs included in the repo. The solution should take into account:

  • This is a mobile design which would be accessed by various devises/browsers.

  • The contents of the basket will be retained between browser reloads.

  • It should be as true to the designs as possible, but candidates should feel free to add anything that improves the flow/design.

  • A solution should show an understanding of the problems involved and make use of the tech stack to solve them.

Design overview

A little guidance

This app was generated using the generator-angular Yeoman generator.

It uses AngularJS 1.3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.5%
  • CSS 40.5%