Please enable JavaScript.
Coggle requires JavaScript to display documents.
gitfire-project, gitfire-project-content, gitfire-project flow - Coggle…
gitfire-project
app.js
user state
react-router-dom
userContexProvider
Header
Router
path="/"
path= "/signin"
path= "/signup"
path= "*"
footer
Pages
Home.js
usercard, display user with the provided usernme
check for user signin with userContextapi
fetch data from github api with axios
display user public repository content
PageNotFound
mainly for invalid url
signin
email state
password state
auth with email and password via firebase
check user signin with context api
signup
signup with email and password
layout
Header.js
Navbar
app name
signup
signin
logout
Footer.js
copyright text
config.js
firebaseConfig.js
adding-firebase config file from the doc
contextAPI
userContext.js
create context api for user using createContext()
gitfire-project-content
introduction/what to build
react-router walk through
firebase-config
firebase doc
creating component for firebase
bring-react-router
heade&footer
condition rendering in nav-bar
adding firebase configuration
user-signup in firebase
login and signout for user
user card component
Repo component
home page
gitfire-project flow
contextapi (usercontextapi
app.js
reac-router-dom
authentication with firebase
fetch user data from github api
config(firebase config