My React Implementation of Chama froentend assignment
This app fetches data of github users and shows their repository. It also maintains a history of searches performed.
Things I have used :
- Github Public API
- JS - promise, async await , fetch
- React
- Components : state and event handling, conditional rendering
- React Hooks : useState and useEffect
- React Router : routing, links and query param support
- CSS: flexbox
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.