A simple fullstack app built with Next.js (frontend) and FastAPI (backend).
Users can input a meaningful past event (e.g., birthday, graduation) and see milestones like days, weeks, months, years, moons, and more.
project-root/
├── frontend/ # Next.js (UI)
└── backend/ # FastAPI (API & milestone logic)
cd backend/
uvicorn main:app --reloadIn a different terminal,
cd frontend/
npm install # if not done already
npm run dev-
Open your browser to http://localhost:3000
-
Enter an event name (e.g., "Graduation Day")
-
Select a past date/time for the event
-
Click Check Milestones!
-
The app will show:
-
How many days, weeks, months, years, and lunar cycles have passed
-
A fun milestone message