Skip to content

This app allows user to browse through github members and view their profiles to check details.

Notifications You must be signed in to change notification settings

Radexman/github-finder

Repository files navigation

Github Finder

GitHub Finder is a web application that enables users to browse through GitHub users, check their names, locations, and bios. Users can also click on their external profiles to explore further and view their list of latest repositories that they have been working on recently.

Link to Github Finder:
https://github-finder-app-react-tailwindcss.netlify.app/

Features

  • Browse GitHub users
  • View user information such as name, location, and bio
  • Explore external profiles
  • Check a user's list of latest repositories
  • Account statistics, followers, repos, gists

Technologies Used

  • React framework
  • Tailwind CSS framework with Daisy UI component library
  • Vite modern package bundler

Data Fetching

GitHub Finder utilizes the GitHub API and fetches data via async functions that follow a REST API-like structure.

Installation

  1. Clone the repository:
git clone https://github.com/radexman/github-finder.git
  1. Navigate to the project directory:
cd github-finder
  1. Install dependencies:
npm install

Usage

  1. Start the development server:
npm run dev
  1. Open your browser and navigate to http://localhost:3000 to access GitHub Finder.

About

This app allows user to browse through github members and view their profiles to check details.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published