This repository contains the frontend implementation of the Quantity Measurement App.
- Frontend repo (this repo): https://github.com/skyy4/QuantityMeasurementApp-Frontend
- Backend/Core/Microservices repo: https://github.com/skyy4/QuantityMeasurementApp
- UC19: HTML/CSS/JS/AJAX frontend flow
- UC20: React frontend flow
- UC1-UC18 were completed in backend repository.
- UC19-UC20 were completed in this frontend repository.
- UC21-UC22 were completed in backend repository (microservices + CI/CD/deployment).
- React + Vite
- React Router
- Axios
- JWT-based login/register flow with backend APIs
npm install
npm run dev