DominikSk0rka / Kebapp-admin

Administrative website dealing with management of kebabs in Legnica
https://kebapp-five.vercel.app
1 stars 0 forks source link

Create "Map" page with Leafet #4

Closed DominikSk0rka closed 1 week ago

DominikSk0rka commented 1 week ago
  1. Create Map page overal view
  2. Add Leaflet library and dependencies.
  3. Create a React component to display the map.
  4. Center map on the initial location with default zoom level.
  5. Define marker icons and configure them.
  6. Place markers at predefined coordinates with test data.
  7. Display a popup with information when a marker is clicked.
  8. Create UI controls (e.g., buttons or list kebabs) for each map point.
  9. Implement logic to zoom and pan to the selected location when the corresponding UI element is clicked.
  10. Test smooth map transitions between points.
DominikSk0rka commented 1 week ago
  1. Cmpleted the front-end design for the "Map" page.
  2. All tasks have been completed

1