Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/goldengamerlp/keeptrack


https://github.com/goldengamerlp/keeptrack

mongodb nuxt shadcn tailwind ts vue

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

# KeepTrack
![Vercel Deploy](https://deploy-badge.vercel.app/vercel/keeptrack-olive)
[![CodeFactor](https://www.codefactor.io/repository/github/goldengamerlp/keeptrack/badge?s=507fa7cc04ebc31a554fbca1133d05fc000c0cd7)](https://www.codefactor.io/repository/github/goldengamerlp/keeptrack)

## Introduction
KeepTrack is an Web Application (PWA). Like the name implies, with the App you can keep track over your income (e.g your Holiday Job). KeepTrack uses MongoDB, Nuxt, Vue and Vercel to deploy.

## How To?
1. Login/Register
2. Add a new Goal (Ziel)
3. Add a new working Entry
4. Done! You are Keeping-Track of your income!

- Test the App [here!](https://keeptrack.street14.work/)

# Contribution

Contributions are always welcome! If you have any ideas, just open an issue and describe your idea.
If you want to contribute, fork the repository and create a pull request.

## Nuxt 3 Minimal Starter

Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.

## Setup

Make sure to install the dependencies:

```bash
# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install
```

## Development Server

Start the development server on `http://localhost:3000`:

```bash
# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev
```

## Production

Build the application for production:

```bash
# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

# bun
bun run build
```

Locally preview production build:

```bash
# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

# bun
bun run preview
```

Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.