Github Firebase App
An application created using ReactJS to fetch the user info and repos from Github user API with the Firebase Authentication.
Link to the Application
https://github-firebase-app-nilesh.netlify.app
Clone down this repository. You will need node and npm installed globally on your machine.
Installation:
npm installTo Run Test Suite:
npm testTo Start Server:
npm startTo Visit App:
localhost:3000/Clone the project
git clone https://github.com/theCodeNilesh/github-firebase-app.gitGo to the project directory
cd my-projectInstall dependencies
npm installStart the server
npm run startFirebaseconfig
put your Firebase Authentication Config in /Config/firebaseConfig.js fileThis 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
https://api.github.com/users/github-user-name

