GithubHelp home page GithubHelp logo

unit5_c2's Introduction

UNIT5_C2

  • Create a react application for finding houses on rent
  • use mock json server to store the data of houses on rent
  • every house has following information:
    • Name
    • Owners name
    • Address
    • Area code
    • rent
    • preferred tenants: bachelors or married
    • optionally Image of the house (fetch from anywhere), for bonus point.
  • When user lands on the page, show them every house information in a table
  • create buttons for sorting the table data, 2 for each (asc and desc)
  • table has following columns sortable:
    • area code
    • rent
  • there should be an input box that will filter the table by address match.
  • Whenever a user changes these columns, filter and sort these tables properly.
  • DO NOT make network request to filter and sort, it will happen on in-memory array state.
  • at the top of the table there’s a button to toggle between save house form
  • use a boolean state to toggle between table and form, default table will be shown
  • use form to create a new entry to store house, form will have all above entries (preferred tenants are two checkboxes, rest are input boxes only, address can be textarea)
  • use your local json server on PORT: 8080. Make sure to follow this carefully. (http://localhost:8080/houses) anything else will not pass the test cases

unit5_c2's People

Contributors

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