More Reps is an open-source fitness tracker, currently running at morereps.app.
It was created for two reasons:
- To provide a really simple, free, fitness tracker for anyone looking for one.
- 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.
First, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
The production version is deployed off the main branch to morereps.app. The application server and the database is hosted by Fly.io.
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.