···11-This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
22-33-## Getting Started
11+## True Tracker
4255-First, run the development server:
33+The website [true-tracker](https://true-tracker.trueberryless.org) allows you to track your time spent on different projects. To further organize your projects there are also this thing called "tasks" which are basically subfolders of projects with extra features.
6477-```bash
88-npm run dev
99-# or
1010-yarn dev
1111-# or
1212-pnpm dev
1313-# or
1414-bun dev
1515-```
1616-1717-Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
1818-1919-You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
2020-2121-This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.
2222-2323-## Learn More
55+## Features
2462525-To learn more about Next.js, take a look at the following resources:
77+The key features of this software are listed below:
2682727-- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
2828-- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
99+- **Privacy**:
1010+ All data is only stored locally, which means that nothing is shared via the internet which makes using the app 100% safe (as long as your own computer isn't hacked of course).
29113030-You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
1212+- **OSS**:
1313+ The whole source code is completely open source which means that everybody can look into and improve the code we are developing. Furthermore, the GNU GENERAL PUBLIC LICENSE V3 ensures that every fork of this code must also be open source forever. Nice!
31143232-## Deploy on Vercel
1515+- **Clean design**:
1616+ Thanks to the wonderful [shadcn/ui](https://ui.shadcn.com/) the website looks clean and minimalistic with consistent design through and through.
33173434-The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
1818+## Star History
35193636-Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
2020+<a href="https://star-history.com/#trueberryless-org/true-tracker&Date">
2121+ <picture>
2222+ <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=trueberryless-org/true-tracker&type=Date&theme=dark" />
2323+ <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=trueberryless-org/true-tracker&type=Date" />
2424+ <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=trueberryless-org/true-tracker&type=Date" />
2525+ </picture>
2626+</a>