项目作者: eliehanna0

项目描述 :
A simple React template using Material-UI Components
高级语言: JavaScript
项目地址: git://github.com/eliehanna0/React-Real-Estate-Template.git
创建时间: 2021-07-01T11:18:11Z
项目社区:https://github.com/eliehanna0/React-Real-Estate-Template

开源协议:

下载


React Real Estate Template

A simple React template using React and Material-UI components.

Demo

optimized

Getting Started

  1. Clone the repo

    1. git clone https://github.com/eliehanna0/React-Real-Estate-Template
  2. Install dependencies

    1. cd React-Real-Estate-Template
    2. npm install
  3. Start the server

    1. npm start

That’s all, the app will load into the browser in a few seconds on http://localhost:3000/

Features

  • Create-React-App
  • Material-UI Material Design React Components
  • React Helmet To modify the document Head
  • Axios Used it to read data from a fake api in /public/fake_api
  • The home page shows all the properties from the fake api /public/fake_api/properties.json
  • Properties can be navigated to to view more details and they can also be filtered by some attributes
  • A simple contact form using Material-UI components with simple validations in /contact
  • There is an example of loading asyncronous data in /about, a loader will display while the data is fetched from the fake api

Thank You

Thanks for checking out this template I hope it helps you getting started with React or Material-UI.