-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
History component in React #155
Comments
@ishika1727 Please also add |
Hi, I am a GSSOC'21 Participant and I would like to work on this. Please assign it to me |
Hi, I wanted to work upon this. Kindly assign this to me so that I can get started |
@devRawnie pls go forward. I am assigning you. Create a P in feature/react branch by SUNDAY EOD |
Sure. Will do |
I have completed the code for this issue. Kindly review the same |
please assign me this |
@vinitshahdeo There is already a pull request pending for more than a month now. Please merge that one |
@vinitshahdeo Kindly look into the PR and merge the same if it is completed |
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.js
which will display the details of last 10 scans. Refer the image attached below for design.As of now, create the
History.js
which 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-react
branch in the foldernetwork-scanner
. Add your components in the same branch. Do not make any changes inApp.js
/index.js
.The text was updated successfully, but these errors were encountered: