Sveltebooks is a web application that lets you create math notebooks in your browser. With Sveltebooks, you can declare variables and functions, syntax highlighting, real-time updates, easily copy results, inspect variables, save notebooks to a zip file, and create multiple notebooks that sync via localStorage.
Check out the live demo here!
- 📝 Declare variables and functions
- 🌈 Syntax highlighting made by me!
- 🔄 Real-time updates
- 📋 Easily copy results
- 🔍 Inspect variables
- 💾 Save notebooks to a zip file
- 📚💻 Create multiple notebooks and sync via localStorage
- Svelte
- Math.js
- jszip
- Codejar
- Clone the repository:
git clone https://github.com/your-username/sveltebooks.git
- Install the dependencies:
cd sveltebooks
pnpm install
- Start the development server:
pnpm run dev
- Open the application in your browser:
http://localhost:8080
If you would like to contribute to Sveltebooks, please fork the repository and submit a pull request.
Sveltebooks is licensed under the MIT License. See LICENSE
for more information.