Skip to content

djneill/dev-search

Repository files navigation

Dev Search

Overview

Dev Search is a web application that allows users to search for GitHub profiles and view detailed information about developers. Users can search for any GitHub username, view their profile information, and toggle between light and dark themes.

Features

Search GitHub Profiles: Find and view GitHub user profiles by entering a username in the search bar. Profile Information: Display user information such as name, bio, followers, following, repositories, and more. Responsive Design: The application is designed to work across different devices and screen sizes. Light and Dark Theme: Toggle between light and dark modes to suit your preference.

Technologies Used

  • React: JavaScript library for building user interfaces.
  • Next.js: React framework with server-side rendering and static site generation.
  • TypeScript: Superset of JavaScript that adds static typing.
  • GitHub API: API used to fetch GitHub user data.
  • Tailwind CSS: Utility-first CSS framework for styling.