Skip to content

Latest commit

 

History

History
63 lines (40 loc) · 1.55 KB

README.md

File metadata and controls

63 lines (40 loc) · 1.55 KB

The Pixelated Coder 👨‍💻

Contributor : Kavish Pandit

Pixelated-coder-finder-app

Github Finder using Github API 🧑‍💻 | Visit Deployed App on Netlify

🔗 https://kavish-pandit-github-finder.netlify.app/

GitHub Finder 🔍

React JS Application.Fully Functional app which uses Hooks. This App Facilitates users to search users profile by their github ID.

Front-End

Uses MaterializeCSS for the frontend.

Only pure JavaScript, no other library used.


Technologies Used:

VS STUDIO | POSTMAN | MONGODBATLAS | NETLIFY

Preview Interface :

✅ Provides 5 prominent repos

✅ Hiring status

✅ Following clout as well as Followers


Usage

Install dependencies

npm install
npm client-install

Mongo connection setup

Edit your /config/default.json file to include the correct MongoDB URI

Run Server

npm run dev     # Express & React :3000 & :5000
npm run server  # Express API Only :5000
npm run client  # React Client Only :3000

Description:

Small JavaScript app which pulls in user information and corresponding repositories using the Github API. 🙌

This project was bootstrapped with Create React App.