dariodjuric / more-reps

This is a simple open-source fitness tracker built using Next.js.

Home Page:https://morereps.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

More Reps

More Reps is an open-source fitness tracker, currently running at morereps.app.

It was created for two reasons:

  1. To provide a really simple, free, fitness tracker for anyone looking for one.
  2. To show what can be done with frameworks such as Next.js, Next Auth, Chakra UI, and Prisma.

You are welcome to use the app, inspect its source code, or even contribute to it.

Running locally

First, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

Deployment

The production version is deployed off the main branch to morereps.app. The application server and the database is hosted by Fly.io.

Contributing

PRs with content contributions and bug fixes are always welcome, see the contributing guidelines.

If you have an idea for a new feature, please open an issue first so it can be discussed and vetted before contributing.

About

This is a simple open-source fitness tracker built using Next.js.

https://morereps.app

License:MIT License


Languages

Language:TypeScript 87.0%Language:JavaScript 11.4%Language:Dockerfile 1.4%Language:CSS 0.1%Language:Shell 0.1%