Renamed to Loadout
Job, tool, and materials tracking for trade teams.
Live: https://www.loadouts.ca
Hosting: Railway (frontend + backend + database)
Status: Currently in beta testing.
Frontend: React (Vite) · Backend: Node/Express (REST, JSON) · DB: SQL
Reduce wasted time on job sites by knowing exactly what tools and materials each job needs — before anyone leaves the shop.
- CRUD (Create, Read, Update, Delete) for Jobs, Tools, Materials, and Employees
- Real-time job updates using Socket.IO
(when a job is created/updated/modified, owners and assigned employees see changes instantly) - JWT-based authentication with a RESTful JSON API
- Clean HTTP verbs (GET / POST / PUT / PATCH / DELETE)
- Frontend: React (Vite), Fetch API, CSS/Tailwind or CSS Modules
- Backend: Node.js, Express, REST, JSON
- Database: SQL
- Testing: Cypress (E2E)