Skip to content

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

Notifications You must be signed in to change notification settings

usama-akmal/quack-time

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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