Skip to content

Latest commit

 

History

History
50 lines (39 loc) · 1.32 KB

README.md

File metadata and controls

50 lines (39 loc) · 1.32 KB

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.