Skip to content

A web application that connects to the GitHub API and retrieves user profile information based on the client search. Done to better understand state management in react using context API and hooks.

Notifications You must be signed in to change notification settings

ghousemohamed/github-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-finder

A web application that connects to the GitHub API and retrieves user profile information based on the client search. Done to better understand state management in react using context API and hooks.

See it live: https://ghousemohamed.github.io/github-finder/

If the above link is broken. You can clone this repository and run 'npm start' to start this application on http://localhost:3000

This project's main objective was to build a stronger foundation in 'state management'. This project more specifically tackles context API and hooks. Understanding on a under-the-hood level was the primary motive behind this project. Also understanding how context and hooks can aid in scaling an application and how it is different from Redux in its implementation. The pros and cons of using Redux over Context or Context over Redux was explored by comparing performance of a similar redux based application I built with the github-finder.

The Redux Application (IT-Logger): https://ghousemohamed.github.io/it-logger/

About

A web application that connects to the GitHub API and retrieves user profile information based on the client search. Done to better understand state management in react using context API and hooks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published