This project is a web application that generates a professional resume from a GitHub profile. Simply enter a GitHub username, and the application will create a resume based on the user's contributions and projects.
- Fetches user data from GitHub's API
- Generates a professional resume based on GitHub contributions and projects
The contribution graph in the user profile is generated using ghchart by Rushi Shah. This service creates an image of a user's GitHub contribution graph which can be embedded in a webpage.
- Clone the repository to your local machine.
- Install the dependencies using
npm installoryarn install. - Start the development server using
npm run devoryarn dev.
- NextJS 14
- Shadcn/ui
- Tailwind CSS
- Github public API
- Add Supabase authentication
- Comparison between users
- Resume templates
Contributions are welcome! Please open an issue or submit a pull request if you would like to help improve the project.