Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goldengamerlp/keeptrack
https://github.com/goldengamerlp/keeptrack
mongodb nuxt shadcn tailwind ts vue
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/goldengamerlp/keeptrack
- Owner: GoldenGamerLP
- Created: 2024-09-24T09:42:42.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-10-23T21:13:56.000Z (16 days ago)
- Last Synced: 2024-11-01T21:07:44.262Z (7 days ago)
- Topics: mongodb, nuxt, shadcn, tailwind, ts, vue
- Language: Vue
- Homepage: https://keeptrack.street14.work
- Size: 815 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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.