ghousemohamed / 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.

Home Page:https://ghousemohamed.github.io/github-finder/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://ghousemohamed.github.io/github-finder/


Languages

Language:JavaScript 68.9%Language:CSS 27.4%Language:HTML 3.7%