This project is a simple demonstration of a date picker component in a Next.js application. The component allows users to select a date range, with options to customize the minimum and maximum dates.
Date range selection with pickup and dropoff dates Optional minimum and maximum date constraints Customizable class names for styling
To run this project, clone the repository and install the dependencies:
npm install
Then, start the development server:
npm run dev Open your browser to http://localhost:3000 to see the date picker in action.