Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 618 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 618 Bytes

Quack Time

A customized calendar, which is developed using reactjs, in this project, useContext, useState, and custom hook has been used.

Quack Time

View Demo

Project Setup

To install necessary libraries to run and build the project you can execute following commad in the project root directory.

npm i

Start Project

To start project execute the following command.

npm start

Build Project

To build project execute the following command.

npm run build