Skip to content

Latest commit

 

History

History
97 lines (60 loc) · 1.83 KB

File metadata and controls

97 lines (60 loc) · 1.83 KB

Project Title

Github Firebase App

An application created using ReactJS to fetch the user info and repos from Github user API with the Firebase Authentication.

Demo

Link to the Application

https://github-firebase-app-nilesh.netlify.app

Project Screenshots

signup signIn home

Installation

Clone down this repository. You will need node and npm installed globally on your machine.

Installation:

  npm install

To Run Test Suite:

  npm test

To Start Server:

  npm start

To Visit App:

  localhost:3000/

Run Locally

Clone the project

  git clone https://github.com/theCodeNilesh/github-firebase-app.git

Go to the project directory

  cd my-project

Install dependencies

  npm install

Start the server

  npm run start

Firebaseconfig

  put your Firebase Authentication Config in /Config/firebaseConfig.js file

Reflection

This was a project built during 3rd year of Engineering college as a personal project. The Project goal was to use ReactJs technology to create a react app for users to pull data from the Github API.

One of the main challenge I ran into was Authentication, here I have used Firebase Authentication

API Reference

API used in this project

   https://api.github.com/users/github-user-name

Documentation

Github Users API

React