Git Book is a React-based web application built with TypeScript and Vite. It allows users to search for GitHub profiles and retrieve detailed information about users, including repositories, contributions, and README content.
- 🔍 Search GitHub Profiles – Enter a username to fetch GitHub user details.
- 📂 View Repositories – Display a list of public repositories.
- 📜 Readme Preview – Fetch and display the
README.mdof repositories. - ⚡ Fast & Lightweight – Built with Vite for optimized performance.
- React (with Hooks)
- TypeScript
- Vite
- GitHub API