-
Notifications
You must be signed in to change notification settings - Fork 122
History component in React #155
Copy link
Copy link
Open
Labels
Level3Major Feature or Bug fixMajor Feature or Bug fixReactfrontendgssoc21help wantedExtra attention is neededExtra attention is neededup for grabs
Description
Activity
Metadata
Metadata
Assignees
Labels
Level3Major Feature or Bug fixMajor Feature or Bug fixReactfrontendgssoc21help wantedExtra attention is neededExtra attention is neededup for grabs
As we've built many features to justify the one-liner description of this project i.e. a go-to networking tool, now it's time to revamp the existing UI.
Add a new component
History.jswhich will display the details of last 10 scans. Refer the image attached below for design.As of now, create the
History.jswhich takes its data of last 10 scans from a json filescans.json(create a json file with harcoded data for last 10 scans) and displays according to the given UIP.S. : The basic frontend on react is available on
feature/frontend-reactbranch in the foldernetwork-scanner. Add your components in the same branch. Do not make any changes inApp.js/index.js.