simple date range picker made with react
A simple range date picker that allow the user to select a range of days. The selected days are visible in the calendar. Also the number and list of selected days are shown in a separate section as a simple text list.
For example of the range datepicker in action, go to https://softdiscover.github.io/reactjs-simple-date-range-picker/
OR
To run that demo on your own computer:
- Clone this repository
npm install
gulp
- Visit http://localhost:3000/
- Reactjs
- SASS
- GULP