Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

React Application that makes a rest call to the categories service, and puts the results into a formatted table using React.

NotificationsYou must be signed in to change notification settings

hrshtpnt/fluke_calibration_categories

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deployed

Screenshot

alt text

What is the use of this Repo

This Project is a Simple ReactJS Project which demonstrates the following

  1. Creating a Component in React
  2. Making HTTP calls
  3. Communicating between parent and child component
  4. Using Material UI with React

Prerequisites

Install Node JS

Refer tohttps://nodejs.org/en/ to install nodejs

Install create-react-app

Install create-react-app npm package globally. This will help to easily run the project and also build the source files easily. Use the following command to install create-react-app

npm install -g create-react-app

Cloning and Running the Application in local

Clone the project into local

Install all the npm packages. Go into the project folder and type the following command to install all npm packages

npm install

In order to run the application Type the following command

npm start

The application has just one url /customerlist which ties toCustomers Component

Resources

create-react-app : The following link has all the commands that can be used with create-react-apphttps://github.com/facebook/create-react-app

ReactJS : Refer tohttps://reactjs.org/

Material UI Table: Refer tohttps://material-ui.com/components/tables/

About

React Application that makes a rest call to the categories service, and puts the results into a formatted table using React.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp