Code Monkey home page Code Monkey logo

transaction-table's Introduction

Installation

  1. Clone this repo to your machine
  2. Run npm install to install the dependencies
  3. Run npm start to run the app in development mode
  4. Open http://localhost:3000 to view it in your browser.

Objective

Finance managers use DiviPay to stay on top of their team's expenses. Your challenge is to implement DiviPay's new transaction table to make it easy for finance managers to see what’s happening at a simple glance.

Requirements

  • Please implement a transaction table that displays the provided data. You should have the following columns in your table:

    • Status
    • Date
    • Merchant Name
    • Team Member
    • Category (dropdown list of category names)
    • Amount
    • GST
    • Budget
    • Receipt (read-only checkbox)
    • Billable (checkbox)
  • Please implement a search feature that can take any input in the search bar and display any matching transactions in the table. Fields that should be searched are:

    • Merchant Name
    • Team Member
    • Category Name
    • Budget
    • Amount
    • GST
  • Approach this app like it would be used in production by customers and worked on by other developers.

  • It should be well structured, fully tested, work according to the requirements and have no bugs.

  • Feel free to re-organise the folders, make new modules, and refactor as you see fit.

  • The app should look appealing and be easy to use for finance managers.

  • We ask that you don't use any libraries not already provided in the package.json to implement the functionality as we want to see your raw coding ability.

Required effort

You should spend about 4 hours on this challenge. We are interested in seeing your problem solving ability, the structure and robustness of your code and design skills. Your solution does not need to look perfect, but it must be fully tested and work according to the requirements without any bugs.

Resources

  • Here is the documentation for React Testing Library, which is the testing library used for this challenge.
  • All sample data has been provided for you.

transaction-table's People

Contributors

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