Introducing a weight tracker utilizing Vue JS and the composition API. Leveraging Vue's watch, nextTick, ref, shallowRef, computed, and Chart JS to create a visual tracker!
- Track weight changes over time.
- Visual representation using Chart JS.
- Utilizes Vue's composition API for state management.
To set up the project locally, follow these steps:
- Clone the repository: https://github.com/bahumuhawa/WeightTracker.git
- Navigate to the project directory:
cd project-directory
- Install dependencies:
npm install
- Start the development server:
npm run dev
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup>
SFCs. Check out the script setup docs to learn more.
- VS Code + Vue - Official (previously Volar) and disable Vetur