A messaging site built fully in React. Goals were to:
-
use context to prevent Prop-Drilling
-
use customHooks to clean up the code
-
Use GitHub API to display picture, gitHub name, and gitHub Repos
-
Showed Ethereum price on screen from an API for funsies.
-
a system that pulls Github info and images and displays a message on screen.
-
Use context to prevent Prop-Drilling
-
Use Custom hooks to clean up code.
-
Ethereum price for funsies.
[x] Route pages so they load [x] have guest form show up [x] build out form inputs [x] create context [x] build out message inputs
[x] Components/Views for login, and message page in App.js [] Private Route sends to /login [] / renders messages when logged in.