Skip to content

anubhavbagri/Github-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Finder App

Using the Github Rest API to be able to search users and get their profile data and display it nicely. Profile data includes image, bio, other information like location, stats, followers, following, etc. Fetching the users' repositories as well. There's an about and 404 not found page too.

The application is deployed to vercel and the hosted domain is purchased from dottech.

  • To deal with any third party API
  • Instead of just using the useState() Hook within our context; Using reducers (pure functions that are used to manipulate parts of your state) along with a hook called useReducer()
  • For the frontend, using Tailwind for my framework along with Daisy UI

Usage

This project was bootstrapped with Create React App.

Install dependencies

npm install

How to run?

To run app in development mode (http://localhost:3000)

npm start

To build app for production

npm run build

About

Github Finder App in React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors