项目作者: eliehanna0
项目描述 :
A simple React template using Material-UI Components
高级语言: JavaScript
项目地址: git://github.com/eliehanna0/React-Real-Estate-Template.git
React Real Estate Template
A simple React template using React and Material-UI components.
Demo

Getting Started
Clone the repo
git clone https://github.com/eliehanna0/React-Real-Estate-Template
Install dependencies
cd React-Real-Estate-Template
npm install
Start the server
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.