Homeschool Tracker

The app runs on a Node.js server. To use it:

cd /homeschool
npm install
npm start

Then open http://localhost:3000
    

Or with a static-only host (no server), the front-end HTML lives at public/index.html. The API endpoints require a running server.

Open the front-end directly