https://github.com/krondorl/meditation-calculator-next
Calculate the total practice time of your meditation routine
https://github.com/krondorl/meditation-calculator-next
fullstack meditation nextjs typescript
Last synced: 9 months ago
JSON representation
Calculate the total practice time of your meditation routine
- Host: GitHub
- URL: https://github.com/krondorl/meditation-calculator-next
- Owner: krondorl
- License: mit
- Created: 2024-02-22T19:38:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-22T19:44:44.000Z (over 1 year ago)
- Last Synced: 2024-02-22T20:56:21.076Z (over 1 year ago)
- Topics: fullstack, meditation, nextjs, typescript
- Language: TypeScript
- Homepage:
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Meditation Calculator with Next.js
With this program, you can calculate the total practice time of your meditation routine.
# Features
- Next.js
- full-stack TypeScript application
- Tailwind CSS
- Vitest
- Docker
- favicon
- unit tests
## Motivation
I have had a lot of practice in programming and meditation and wanted a simple app to calculate total lifetime meditation practice quickly.
## Number magic
There is the so-called 10.000 hours practice rule coming from Malcolm Gladwell.
This quantity marks a pro-level meditator.
# Install and usage
## Node.js
It would help if you had [Node.js](https://nodejs.org/en) installed, then in the repo folder; execute these:
```
npm install
npm run dev
```
Then open the browser at [http://localhost:3000/](http://localhost:3000/).
## Docker
It would be best if you had [Docker](https://www.docker.com/) installed, then in the repo folder, execute these:
```
docker buildx build -t meditation-calculator-next:v01 .
docker run -p 3000:3000 meditation-calculator-next:v01
```
Then open the browser at [http://localhost:3000/](http://localhost:3000/).
# License
Please see [the LICENSE file](LICENSE).