"Get-o-GitHub", a web-app made in React through which one can get the details of the GitHub user(Photograph, Name, Location, Bio, Availability for hire, Number of followers, and Public repositories information) with the help of the GitHub username. If the username does not exist, it will show an error message.
Client: React Server: Firebase
Clone. Install and run with npm
git clone https://github.com/aniket-sinha8/get-o-github.git
cd get-o-github
npm install
npm start
If you're new to contributing to Open Source on Github, this guide can help you get started.