GithubHelp home page GithubHelp logo

widgets-js's Introduction

Abaris Coding Challenge

For this project, you may use whatever javascript framework you are most comfortable with. If you have experience with React, that would be preferable since it is the framework we use most often.

For this project you should not need any server side components. You do not need to communicate with an api and can store all 'widgets' in memory or local storage.

Problem Description

You are building a widget shopping list. In this shopping list a user will be able to enter the name of an item, the quantity of items to be purchased and the unit price for an item. The shopping list should handle summing up the prices of each widget.

Roughtly, the shopping list should look like this:

Name Quantity Price
Widget A 2 $10.00 Edit/Delete
Widget B 2 $5.00 Edit/Delete
Total $30.00

Adding Widgets

A user must be able to add widgets to the list. When adding a widget, a user should be able to enter the widget's name, a quantity and the unit price.

Editing Widgets

A user must be able to edit the shopping list and change the name of a widget, its quantity or its unit price.

Deleting Widgets

A user must be able to remove any widget from the shopping list.

Time to Spend & Evaluation

You should not spend more than 2 hours working on this assignment. The project is not intended to be fully completable in 2 hours so it is ok to not finish all of the features.

Your work will be evaluated by looking for things we value in the software we write. For example:

  • Is the code well organized? Well organized code is easier to explain to others and tends to have fewer bugs.
  • How readable is the code?

Completing the project

To complete this project, please clone this repository and send a link to your implementation when done.

widgets-js's People

Contributors

colombo77c avatar

Watchers

James Cloos avatar  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.