Skip to content

altamash-k/digiplus-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Digi Plus IT Assignment Task

To run this project:

Install json server globally by following command:

npm install -g json-server

Then start the json server for working of fake api through the below command:

json-server --watch db.json --port 3333

To run react app:

npm i

npm start

To view the dummy data, open http://localhost:3333/users

To view the react app, open http://localhost:3000


Project Snapshots:

Home Page to Add Users and List all the users:

Screenshot (1034)

View Page to view complete details of the particular user:

Screenshot (1035)

Edit/Upadete Page to update any info of the user:

Screenshot (1036)

Delete Functionlity to delete the user from list of tables and getting the updated list after refreshing the page:

Screenshot (1037)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published