The Low Bar Challenge Tracker is a weight tracking application designed to encourage users to achieve their weight loss goals in a competitive yet supportive environment. The application allows users to record their weight and view their progress over time. A unique feature of this app is the "Low Bar" challenge, where users aim to beat their lowest weight from the previous week.
This application is built using AWS Amplify, which provides a robust backend including authentication, a GraphQL API, and a DynamoDB database. The frontend is developed with Vue.js, for a responsive and interactive user experience.
- AWS Amplify: Manages backend resources such as authentication, API, and database.
- DynamoDB: Stores user data and weight entries.
- GraphQL: Facilitates data retrieval and manipulation between the frontend and backend.
- Vue.js: Powers the frontend user interface.
- User Weight Tracking: Users can log their weight regularly.
- Weekly Target Calculation: The application calculates a weekly target weight for each user.
- Progress Tracking: Users can view their weight loss journey over time.
- Scoreboard Display: A scoreboard shows all users' current targets and their success in meeting previous targets.
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
See Vite Configuration Reference.
npm install
npm run dev
npm run build