A customized calendar, which is developed using reactjs, in this project, useContext, useState, and custom hook has been used.
To install necessary libraries to run and build the project you can execute following commad in the project root directory.
npm i
To start project execute the following command.
npm start
To build project execute the following command.
npm run build