https://github.com/ashsajal1/calorie-tracker
A sleek and responsive calorie tracker app built with Vue.js 3, TypeScript, and Tailwind CSS. Easily log meals, track daily intake, and monitor your fitness goals in real time.
https://github.com/ashsajal1/calorie-tracker
calories-tracker css3 html5 tailwindcss typescript vue3 vuejs webapp
Last synced: 6 months ago
JSON representation
A sleek and responsive calorie tracker app built with Vue.js 3, TypeScript, and Tailwind CSS. Easily log meals, track daily intake, and monitor your fitness goals in real time.
- Host: GitHub
- URL: https://github.com/ashsajal1/calorie-tracker
- Owner: ashsajal1
- License: mit
- Created: 2025-04-28T08:18:20.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2025-04-29T12:16:21.000Z (6 months ago)
- Last Synced: 2025-05-04T14:06:24.967Z (6 months ago)
- Topics: calories-tracker, css3, html5, tailwindcss, typescript, vue3, vuejs, webapp
- Language: CSS
- Homepage: https://calorie-tracker-mauve-iota.vercel.app
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Vue 3 + TypeScript + Tailwind CSS + PrimeVue + Pinia Template
A Vue 3 template with TypeScript, Tailwind CSS, PrimeVue, and Pinia.js for building modern web applications.
## Features
- **Vue 3** with Composition API
- **TypeScript** for static typing
- **Tailwind CSS** for utility-first styling
- **PrimeVue** for rich UI components
- **Pinia** for state management## Installation
1. Clone the repository:
```bash
git clone https://github.com/ashsajal1/vue3-fancy-template.git
cd vue3-fancy-template
```2. Install dependencies:
```bash
npm install
# or
pnpm install
```3. Run the development server:
```bash
npm run dev
# or
pnpm dev
```4. Visit `http://localhost:5173` in your browser to view the app.
## Usage
- Tailwind CSS is set up and ready to use.
- PrimeVue components can be imported and used in your Vue components.
- Pinia.js is set up for state management.## Contributions
Feel free to fork and submit pull requests!
## License
MIT License - see the [LICENSE](LICENSE) file for details.