Skip to content

React App which uses firebase for signup and signin, and also github's official API for fetching profile details.

Notifications You must be signed in to change notification settings

singhanuj620/git_firebase_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitFire - React Application which uses firebase and github official API

Features :

  1. User signup and signin using Firebase
  2. Github profile and it's repo search using it's official API

Screenshots :

screenshot 1 screenshot 2 screenshot 3 screenshot 4

Note :

Inside src/config/FirebaseConfig.js, use your own firebase credientials.

export default {
    apiKey: "",
    authDomain: "",
    databaseURL: "",
    projectId: "",
    storageBucket: "",
    messagingSenderId: "",
    appId: "",
    measurementId: ""
  }

Available Scripts

In the project directory, you can run:

npm start

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.

About

React App which uses firebase for signup and signin, and also github's official API for fetching profile details.

Topics

Resources

Stars

Watchers

Forks