/CalenderApp

An Assignment made for Decision Sciences and Analytics

Primary LanguageTypeScript

Calender App

A Simple Calender app which has features such as -

  • SignIn/SignUp Page
  • Add Meetings
  • View Meetings
  • Delete Meetings
  • Update Meetings

It is built with React (PrimeReact Framework) and Firebase (Authentication).

Live

Click here

Demo

Demo1 Demo2 Demo3 Demo4

How to run this app on your local machine ?

After cloning this repository run this command. This will install all the dependencies.

$ npm install

To launch it on localhost, run

$ npm start