React Custom Date Picker built with ReactJS and ViteJS. Features include date and time selection, month/year navigation, and dynamic highlighting of selected ranges. Intuitive UI with quick selection options for the last 6 hours, 24 hours, etc. Enhance your React applications with this efficient date picker.
- ReactJs
- ViteJs
- The calendar should be completely accessible and should be navigable using keyboard too
- Render it as a component and will be used as library passing props.
- Auto-Complete Input Field
See this section about ViteJS[https://vitejs.dev/guide/]
In the project directory, you can run:
- cd DatePicker/
- npm create vite@latest
- Select Reactjs > JavaScript.
- npm -i install
Runs the app in the development mode.
Open http://localhost:5173 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.