simple request GET API and graph viewer app made using react framework
- Install node (and all dependencies, will be installed automatically on next step)
- type
npm start
on cmd/terminal
You can try it online here
src
│ index.js
│ theme.js
│
├───components
│ │ App.jsx
│ │ Content.jsx
│ │ Footer.jsx
│ │ FriendGraph.jsx
│ │ FriendList.jsx
│ │ Header.jsx
│ │ SearchBar.jsx
│ │
│ └───utils
│ HideOnScroll.jsx
│ Switch.jsx
│
└───stylesheets
content.css
footer.css
- Edit files under components or stylesheets
- Jonathan Yudi Gunawan / 13518084
This project is made for Programming Lab preliminary test. API used: https://avatar.labpro.dev/friends/${id}
- Simple and easy to understand
- Some data is duplicated
- Some people can have friend with themselves
- This is one way relationshop ? so sad..
Overall, thanks for providing me a platform to sharpen my knowledge. This has been my very first time creating web app using React.