Skip to content

kookjd7759/solvedac-readme-stats

Repository files navigation

🚀 solvedac-readme-stats

Status License Next.js TypeScript

알고리즘 문제 풀이 사이트인 백준 온라인 저지(BOJ)의 통계를 제공하는 solved.ac의 공개 API를 기반으로
GitHub README용 동적 SVG 통계 카드를 생성하는 프로젝트입니다.

📊 Display your solved.ac stats beautifully in your GitHub README
Inspired by github-readme-stats, powered by the solved.ac API

⚠️ This project is currently in early development (Demo / Experimental). Features and API may change.

Donggyun's solved ac stats

📌 About This Project

solvedac-readme-stats is a dynamic GitHub README card generator
that fetches real-time data from solved.ac and renders it as an SVG image.

It allows developers to showcase their algorithm-solving achievements
directly inside their GitHub profile.

This project was built to create a customizable and aesthetic alternative to existing solved.ac badges.

🛠 Usage

Add this to your GitHub README:

Replace {username} with your solved.ac (BOJ) handle(ID).
아래와 같이 작성하며, {username}에 자신의 solved.ac 핸들(아이디)을 입력하여 사용하세요.

[![Donggyun's solved ac stats](https://solvedac-readme-stats.vercel.app/api?handle={username})](https://github.com/kookjd7759/solvedac-readme-stats)

🚀 Deploy Your Own

  • Fork
  • Deploy to Vercel
  • Use your own endpoint

🧠 About solved.ac

solved.ac is a competitive programming profile service built on
Baekjoon Online Judge (BOJ).

It analyzes solved problems and assigns a tier rating (Bronze → Ruby)
to measure problem-solving skills.

This project uses the solved.ac public API to render those stats
as dynamic SVG cards for GitHub READMEs.

🧑‍💻 Development

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

📄 License

Distributed under the MIT License.
See LICENSE for more information.

Releases

No releases published

Packages

 
 
 

Contributors