VSOP87 birth chart calculator
  • TypeScript 97.9%
  • JavaScript 1.1%
  • CSS 1%
Find a file
None Of 14c7ac8d60 TimeSlider + ref-basierte Direct-Animation; TRANSIT-Zeile aus Form entfernt
- TimeSlider mit 100 Steps (1 Jahr), Bulk-Fetch in Batches
- ChartWheel forwardRef + useImperativeHandle: animateTo() via ref
- ChartPanel ruft chartRef.animateTo() direkt auf (kein React-Batching)
- onInput statt onChange für Live-Updates während Drag
- Relative URL (/api/ephemeris) statt localhost für Client-Fetch
- TRANSIT-Eingabezeile aus Form entfernt (T-Tab bleibt)
2026-07-21 23:17:07 +00:00
public Initial commit from Create Next App 2026-07-21 20:37:53 +00:00
src TimeSlider + ref-basierte Direct-Animation; TRANSIT-Zeile aus Form entfernt 2026-07-21 23:17:07 +00:00
.gitignore Initial commit from Create Next App 2026-07-21 20:37:53 +00:00
AGENTS.md Initial commit from Create Next App 2026-07-21 20:37:53 +00:00
bun.lock SVG chart wheel, SSR data fetch, form with URL params 2026-07-21 22:40:47 +00:00
CLAUDE.md Initial commit from Create Next App 2026-07-21 20:37:53 +00:00
docker-compose.yml SVG chart wheel, SSR data fetch, form with URL params 2026-07-21 22:40:47 +00:00
eslint.config.mjs Initial commit from Create Next App 2026-07-21 20:37:53 +00:00
mikro-orm.config.ts SVG chart wheel, SSR data fetch, form with URL params 2026-07-21 22:40:47 +00:00
next.config.ts ChartWheel client component + radiale Planeten-Animation auf Kreisbogen 2026-07-21 23:02:21 +00:00
package.json SVG chart wheel, SSR data fetch, form with URL params 2026-07-21 22:40:47 +00:00
postcss.config.mjs Initial commit from Create Next App 2026-07-21 20:37:53 +00:00
README.md Initial commit from Create Next App 2026-07-21 20:37:53 +00:00
tsconfig.json SVG chart wheel, SSR data fetch, form with URL params 2026-07-21 22:40:47 +00:00

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
# or
bun 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.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.