ReDI-School / F24-Berlin-Web-Circle

6 stars 1 forks source link

Include range of already booked dates in booking.json #272

Closed grabinskij closed 1 week ago

grabinskij commented 2 weeks ago

Enhance booking.json with randomized future booking dates per entry.

const alreadyBookedDates = [ { startDate: "11/01/2024", endDate: "11/05/2024", }, { startDate: "12/20/2024", endDate: "12/25/2024", }, ];