This project allows IB students to enter their predicted grades, select fields of study and locations, and submit them for matching with university programs.
frontend/
: Contains the React frontend.backend/
: Contains the Node.js backend with an SQLite database.
- Clone the repository:
git clone https://github.com/<your-username>/ib-matching.git
- Start the frontend app:
npm start