Skip to content

feat: Add przychodnie page with 5 mocked clinics - #32

Draft
plutamikolaj wants to merge 2 commits into
masterfrom
cursor/podstrona-z-przychodniami-f84c
Draft

feat: Add przychodnie page with 5 mocked clinics#32
plutamikolaj wants to merge 2 commits into
masterfrom
cursor/podstrona-z-przychodniami-f84c

Conversation

@plutamikolaj

@plutamikolaj plutamikolaj commented May 7, 2026

Copy link
Copy Markdown
Collaborator

Description

This PR adds a new page at /przychodnie that displays 5 mocked clinics with their details including addresses and opening hours.

Changes

  • Created new route at /przychodnie with clinic listings
  • Added 5 mocked clinics with the following information:
    • Clinic name
    • Address (street, postal code, city)
    • Phone number
    • Opening hours (weekdays, Saturday, Sunday)
  • Updated header navigation to include "Przychodnie" link
  • Used Card component for modern, responsive UI presentation
  • Integrated Lucide React icons (MapPin, Clock) for visual clarity
  • Updated generated route tree configuration
  • Updated dependencies

Clinics Included

  1. Przychodnia Centrum Zdrowia - Warszawa
  2. Medica Plus - Łódź
  3. Przychodnia Rodzinna Medicus - Kraków
  4. Przychodnia Zdrowie - Wrocław
  5. Centrum Medyczne Vita - Gdańsk

Screenshots

Home Page with Navigation

Home page showing navigation with Przychodnie link

Przychodnie Page

Przychodnie page displaying all 5 clinic cards with complete information

Testing

✅ Verified page renders correctly with all 5 clinics
✅ Confirmed all clinic information is displayed properly (name, address, phone, hours)
✅ Tested navigation link works correctly
✅ Verified responsive grid layout
✅ Checked dark mode compatibility

To show artifacts inline, enable in settings.

Open in Web Open in Cursor 

cursoragent and others added 2 commits May 7, 2026 13:57
- Create /przychodnie route with clinic listings
- Add clinic cards displaying name, address, phone, and hours
- Update header navigation to include Przychodnie link
- Use Card component for modern UI presentation

Co-authored-by: plutamikolaj <plutamikolaj@users.noreply.github.com>
- Update routeTree.gen.ts to include /przychodnie route
- Update package-lock.json after dependency installation

Co-authored-by: plutamikolaj <plutamikolaj@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants