Code Monkey home page Code Monkey logo

context_homework's Introduction

context_homework

Practice setting up a project with a simple UX

Running the server

  • go to the /context-node directory
  • run yarn
  • run yarn dev

Running the SPA

  • go to the /context-app directory
  • run yarn
  • run yarn dev

Task

Create an application that provides a list of clients and their detailed information. This should be composed of a both a client and a server part.

Requirements

• Client data is stored in clients.json (attached) and will be loaded via rest.
• Each client list item will display a small avatar (link available within the clients.json), the client’s name, and job title. When user clicks on an item, it will display Client Details.
• UI solution should provide the ability to filter by any client property, not only those showed in the clients list. List will be updated as the search terms are entered.
• The client detail view will contain a full size avatar (128x128px) and all other client information.
• The source project must provide linting, tests, and be fully executable by running “npm run dev” at which point the app will be accessible at http://localhost:3000.

context_homework's People

Contributors

aeortic 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.