An open API service indexing awesome lists of open source software.

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.

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.