Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/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.
https://github.com/ghousemohamed/github-finder
context-api css github-api hooks-api html javascript reactjs redux state-management
Last synced: 26 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/ghousemohamed/github-finder
- Owner: ghousemohamed
- Created: 2019-12-21T11:31:01.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T13:44:18.000Z (about 2 years ago)
- Last Synced: 2023-03-08T08:16:44.928Z (almost 2 years ago)
- Topics: context-api, css, github-api, hooks-api, html, javascript, reactjs, redux, state-management
- Language: JavaScript
- Homepage: https://ghousemohamed.github.io/github-finder/
- Size: 1.13 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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/