0mppula / goal-trackr

A free & open-source fullstack next.js 13 goal tracking application with user authentication and route protection.

Home Page:https://goaltrackr.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoalTrackr

What is GoalTrackr?

GoalTrackr is a fullstack Next.js 13 application created using the shadcn/ui library. The app allows authenticated users to list and track their daily goals.

Global state is managed with Zustand, database queries are done using TanStack Query and authentication is managed with NextAuth.js.

Additionally, some routes are protected from unauthorized users. Users are redirected to the daily goals page after initial authentication.

User and app data is saved to a MongoDB data base.

Check out the live version of this app.

About

A free & open-source fullstack next.js 13 goal tracking application with user authentication and route protection.

https://goaltrackr.vercel.app/


Languages

Language:TypeScript 94.9%Language:JavaScript 2.9%Language:CSS 2.2%