Skip to content

dev-zha/material-date-range-picker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Date Range Picker

Date Range Picker built with normal MUI Date Picker

Date Range Picker Screenshot.

Description

This Project is built with normal MUI Date Picker without using of MUI Date Range Picker which is pro version and need license to use.

Working principle for selecting dates are nearly similar with MUI Date Range Picker. But there are some differences.

e.g. MUI Date Range Picker works with 2 input boxes and this project is only work with single input box.

There are some design flaws but it's really OK to be used for normal application.

Project Setup

Clone the project

git clone https://github.com/dev-zha/material-date-range-picker

Go to project folder

cd material-date-range-picker

Install dependencies.

npm install

Run server:

npm  start

Open http://localhost:3000 with your browser to see the result.