Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 916 Bytes

File metadata and controls

30 lines (19 loc) · 916 Bytes

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

Screenshots

User search

History page

To run project

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.