GithubHelp home page GithubHelp logo

cooperate / react-assessment Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 3 KB

Created with CodeSandbox

Home Page: https://codesandbox.io/s/github/cooperate/react-assessment

HTML 74.81% JavaScript 22.38% CSS 2.81%

react-assessment's Introduction

Brand Orders

Overview

Your team is building an admin app to track orders for different brands.

You will be writing React code to display order information, and adding some basic controls for data manipulation.

Use this starting list of brands:

[
    {
      name: "Matter",
      orders: [
        {
          date: "2023-01-20T22:11:43.452Z",
          price: 100
        }
      ]
    },
    {
      name: "Uncoil",
      orders: [
        {
          date: "2022-07-02T09:21:22.222Z",
          price: 95
        }
      ]
    },
    {
      name: "Strawhouse",
      orders: [
        {
          date: "2009-10-31T12:00:01.000Z",
          price: 51
        }
      ]
    }
  ]

Step 1

Your starting point is src/App.jsx. Using the provided list of brands, render a list of brand names.

Step 2

Render a list of orders (displaying name and date) for each brand.

Step 3

Provide the ability to add a new brand.

Step 4

Provide the ability to add an order to a brand.

🍬Nice-to-haves (optional)

(in no particular order)

  • Provide the ability to remove an order.
  • Provide the ability to remove a brand.
  • Write Jest unit tests for your code.

📓Notes

Make sure that your code is presentable because you will be presenting it!

Please feel free to ask any questions you may have as you go. We are here to see you at your best and clarifications are encouraged and welcome.


react-assessment's People

Contributors

cooperate avatar

Watchers

 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.