Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.48 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.48 KB

Getting Started with Create React App

React, React Hook, Axios,MUI-Material y MUI-DataTables

Stack technologies of proyect

Programming languages Frontend

Available Scripts

In the project directory, you can run:

npm install

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

three tables will be seen.

  • Use data array
  <TableBasic />
  • Use data file json
<TableJson />
  • Apply dark style and request data with axios
<Content> // Style dark
   <TableAxios />
</Content>