A custom Date Range Picker empowered with a responsive calendar UI.
Explore the docs »
Table of Contents
To get a local copy up and running, please follow below instructions to install the 'prerequisites' programs, and setup the project environment by following the 'installation' follow these simple example steps.
This is the list of things you need download, install, and setup, so that you can run a local copy of the project, and to contribute to the project development:
- Git (https://git-scm.com/)
- Node.js (https://nodejs.org/en/)
- Yarn (https://yarnpkg.com/getting-started)
To setup the project for the first time, please follow below steps:
- Clone the repo
git clone https://github.com/sherwinzxw/calendar-date-range-picker
- Install NPM packages
npm install
- Initiate dev server
yarn start
- Create a production build
yarn build
This is the list of resources resources that we found helpful and would like to give credit to.