A lightweight math study workspace built with Vite + React (TypeScript) and a clean shadcn-ui + Tailwind UI.
When you study math, you usually need one place to keep:
notes, examples, quick reference formulas, and practice — without messy files everywhere.
This repo is meant to be that single, simple “math hub”.
- A fast, responsive web UI for organizing math study content
- Easy to extend with new pages/components inside
src/ - Runs locally with a standard Vite dev server
Note: The exact pages/features depend on what’s currently implemented inside
src/.
- Vite
- TypeScript
- React
- shadcn-ui
- Tailwind CSS
npm install
2) Start dev server
npm run dev
Vite will print the local URL in your terminal.
Environment variables
No environment variables are required for basic local development.
Contributing
If you want to improve this project:
Open an issue with the idea / bug
Or submit a PR with a clear description of what changed
License
No license file is included yet.
If you want others to reuse the code, add a LICENSE (MIT is a common default).