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/
- 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
- React framework
- Tailwind CSS framework with Daisy UI component library
- Vite modern package bundler
GitHub Finder utilizes the GitHub API and fetches data via async functions that follow a REST API-like structure.
- Clone the repository:
git clone https://github.com/radexman/github-finder.git
- Navigate to the project directory:
cd github-finder
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and navigate to http://localhost:3000 to access GitHub Finder.