A collection of experimental education-focused web apps powered by large language models. From interactive learning tools to playful proof-of-concepts, each project explores how LLMs can make studying more intuitive, personalized, and fun.
- Vue 3: The frontend framework used to build the user interface
- TypeScript: A superset of JavaScript that provides static type checking and an improved development experience
- Naive UI: A Vue 3–based UI component library used to quickly build modern interfaces
This repository contains only the frontend code.
Each mini-project is implemented as an independent component under the components directory.
The frontend is built with Vue 3 and TypeScript.
-
Clone the repository
git clone git@github.com:yehruei/Magnet---SideProjects.git
-
Start the frontend Run:
npm install npm run dev
-
Open the application in your browser
Visit:http://127.0.0.1:5173/
If you discover any bugs or have suggestions for new features, feel free to open an issue or submit a pull request.
Thank you for contributing!