A website for practicing lots of SAT questions.
- Node.js (v14 or higher)
- npm (v6 or higher)
- Clone the repository:
git clone <repository-url>
cd sat-practice-site- Install dependencies:
npm installTo run the application in development mode:
npm run devThe application will start on http://localhost:5173 (or another port if 5173 is in use).
To create a production build:
npm run buildThe built files will be in the dist directory.
- React
- TypeScript
- Vite
- KaTeX (for LaTeX rendering)
- Material UI
The application uses a local JSON file containing SAT practice questions. The questions data is stored in src/data/questions.json.
Massive thanks for the OpenSAT team. This project would not be possible without their question bank.
MIT