TypoGraph lets you render any text like a GitHub contribution graph.
- π§ Type any text and see it rendered in GitHub-like contribution blocks
- π¨ Green squares mimic the Git contribution matrix
- π One-click copy to share or use it in your contributions
Try it out here π https://nor0x.github.io/TypoGraph/?t=DEMO
TypoGraph is built using Svelte, Tailwind CSS, and Vite. Follow these steps to get started:
-
Clone the repository:
git clone https://github.com/your-username/TypoGraph.git cd TypoGraph
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Open your browser and navigate to
http://localhost:5173
to see the app in action. -
Build for production:
npm run build