Skip to content

Abhilash437/JavaScript-Table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript-Table

JavaScript Table that fetches data from a JSON file from the server and displays it as table format

Introduction:

Basic HTML stylized using tailwind CSS contains a HTML table that fetches data from a JSON server and displays to the client.

How to start the app?

  1. Clone the git hub repo.
  2. run this command on your terminal/ command line npm install (This should install all the necessary pacakges used like 'json-server')
  3. run the command npm start
  4. Your server must be running on 'http://localhost:3000/user'.
  5. Open the index.html file on your favorite browser.
  6. It should display all the entries in a table format.
  7. You can go to database folder and change the entries in the db.json file this automatically makes changes in the table once you refresh the page.

Screenshot 2022-08-13 at 12 20 30 AM

About

JavaScript Table that fetches data from a JSON file from the server and displays it as table format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors