Skip to content

This is a code test I did for FoodIt ( see the instructions I received below).

Notifications You must be signed in to change notification settings

samrae7/FOODit-FrontEndTest

Repository files navigation

FOODit-jsTest

##To view this project:

  1. Clone this GitHub repo

  2. Install Node.js and Bower dependencies.

    npm install
  3. Run grunt serve

This is a code test I did for FoodIt ( see the instructions I received below)

============= ORIGINAL INSTRUCTIONS

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.

  • We prefer code that is modular and has tests.

Design overview

A little guidance

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

It uses AngularJS 1.3

About

This is a code test I did for FoodIt ( see the instructions I received below).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published