Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 951 Bytes

README.md

File metadata and controls

45 lines (30 loc) · 951 Bytes

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.