Ever wondered what your Stack Overflow contributions look like on a receipt? No? Well, now you can find out! Stackslip takes your Stack Overflow user ID and generates a fun, stylized "receipt" summarizing your stats. It's like getting a bill for all those hours spent answering questions... but in a good way!
Stackslip is a frontend web application built with React and TypeScript. It fetches user data from the Stack Overflow API and presents it in a visually appealing receipt format.
- Fetches Stack Overflow user details and statistics.
- Displays user information (reputation, badges, etc.) in a unique receipt layout.
- Responsive design.
- Framework: React
- Language: TypeScript
- Build Tool: Vite
- Styling: Tailwind CSS
- UI Components: Shadcn UI
- API: Stack Overflow API
Follow these instructions to get a local copy up and running.
- Node.js (v18 or later recommended)
- npm or yarn
- Clone the repository:
git clone <your-repo-url> cd stackslip
- Install NPM packages:
npm install # or yarn install
npm run dev
# or
yarn dev
Open http://localhost:5173 (or the port specified in the output) to view it in the browser.
Contributions are welcome! Please feel free to submit a pull request or open an issue.
Distributed under the MIT License. See LICENSE
for more information (if applicable).