URL: https://searchgithubuserinfo.netlify.app
Features-
Authentication
-
Sign up
-
Login
-
Forgot Password using email
-
Logout
-
-
user info
-
Search GitHub user using GitHub API
-
Show user profile
-
Avatar
-
Name
-
Username / Github Id
-
Bio
-
Blog URL / Website
-
Location
-
-
User Repo
-
Total Repo, Gists and Followers Count
-
Name (on click open github repo page)
-
Description
-
language
-
Star count
-
Watch count
-
Heart icon for add to favorite
-
-
add or remove repo in favorite
-
- React 16.13.1
- React Dom 16.13.1
- React Router Dom 5.2.0
- React Toasttify 7.0.4
- Axios 0.21.1
- React Bootstrap 1.6.0
- Bootstrap 4.6.0
git clone https://github.com/DIp15739/github-search.git
cd github-search
npm install
-
-
Create
- Create Firebase Project
- Start Authentication with Email
- Start Cloud Firestore
- Copy config from Project settings
-
Setup in project
- Create
.evn.local
file and add all data
REACT_APP_FIREBASE_API_KEY = apiKey value
REACT_APP_FIREBASE_AUTH_DOMAIN = authDomain value
REACT_APP_FIREBASE_DATABASE_URL = databaseURL value
REACT_APP_FIREBASE_PROJECT_ID = projectId value
REACT_APP_FIREBASE_STORAGE_BUCKET = storageBucket value
REACT_APP_FIREBASE_MESSAGING_SENDER_ID = measurementId value
REACT_APP_FIREBASE_APP_ID = appId value
- Create
-
-
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.The page will reload if you make edits.
You will also see any lint errors in the console.Launches the test runner in the interactive watch mode.
See the section about running tests for more information.Builds the app for production to the
build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.The build is minified and the filenames include the hashes.
Your app is ready to be deployed!See the section about deployment for more information.