Tatooles / next-fitness-tracker

A workout tracking app for weightlifters created using Next.js.

Home Page:https://www.liftinglog.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

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

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.ts.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

App Ideas

Features to Add

  • Dark mode
  • shadcn/ui calendar
  • How to page to tell the user how to use the app
  • Stats on the home page or a stats page
  • Workout names prefill from a list of existing exercises
  • Search bar on exercises page
  • Workout form on a page rather than a modal
    • Previous instances of an exercise from that can be viewed in a modal
    • Allow save while staying on the page
  • Better editing algorithm
  • Implement max width for larger screen sizes

About

A workout tracking app for weightlifters created using Next.js.

https://www.liftinglog.app/


Languages

Language:TypeScript 94.2%Language:JavaScript 3.4%Language:CSS 2.4%