Code Monkey home page Code Monkey logo

fitness-goals-project-using-angularjs's Introduction

Fitness-Goals

Sample application created with the help of angularjs 1.4 to keep track of all fitness goals

I created the following application for a company. The requirements are as follows:

////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////////////

TECHNOLOGIES USED

  • Construct a boilerplate angular app with two views and two controllers: the dashboard view/controller and the details view/controller.

LOOKS

  • Being mobile first, the app should be optimized for 360px x 640px, portrait mode.
  • For the purpose of this exercise it will only be judged at that size, so don't worry about a tablet or desktop version.

INSTRUCTIONS

  • Using the program_blueprints.json, construct a grid (2 or 3 columns per row, preferably using flexbox) of program icons using the blueprint's icon_url as the image, and the display_type as the unique identifier.
  • Use the blueprint's title attribute to display a name underneath the icon.
  • Pay special attention to the program's display order, and make sure to display them in order.

THE MEAT

  • Each icon when clicked should go a details page, where we will be given:

    • The program's icon, title, and description (where available).
    • The program's "incentive_description", telling us what we can earn and how.
    • If the "incentive_description" is null, assume there are no rewards / earnings.
  • Check for any goals the program might have. To do this you must look in the goals array of the blueprint, and match up the GUID you find with a GUID in the goals.json. Inside these goals you will find an "incentive_value".

    • If the program has multiple goals, tally up the "incentive_value"s of all the goals.
    • If the program has one goal, use the incentive_value of that goal
    • Display the total incentive value in the details page. Bonus points if you also list the goals and their individual values.
  • A back button should let the user go back to the dashboard to pick other programs.

fitness-goals-project-using-angularjs's People

Contributors

ujjainimukherjee avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.