https://github.com/izxxr/makexam
Simple tool to quickly create exams
https://github.com/izxxr/makexam
education exams programming react vite
Last synced: 6 months ago
JSON representation
Simple tool to quickly create exams
- Host: GitHub
- URL: https://github.com/izxxr/makexam
- Owner: izxxr
- Created: 2025-07-06T06:04:05.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-07-06T07:07:02.000Z (6 months ago)
- Last Synced: 2025-07-06T07:24:01.467Z (6 months ago)
- Topics: education, exams, programming, react, vite
- Language: TypeScript
- Homepage: https://makexam.netlify.app
- Size: 1.62 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# MakeXam
[**🚀 Try MakeXam**](https://makexam.netlify.app)
MakeXam is a simple exam generation tool.
**Features**
- Simple and customizable exam layout
- Equations, codeblocks, figures, and other markup elements in questions
- Support for exporting PDF in LaTeX-like format
- Different question types including multiple choice questions
- Easily include input fields, instructions, and grading table
MakeXam is powered by [Typst](https://typst.app) for markup and PDF generation.
## Running Locally
MakeXam is written in React and uses Vite. Node 18 or higher
is required to run MakeXam.
Clone this repository and run the following command in the
cloned directory for running development build:
```
$ npm run dev
```
## Contributing
Open an issue for reporting problems or suggesting features.
For code contributions through pull requests, make sure to:
- follow standard coding conventions
- run type checker and resolve any typing issues