Skip to content

Calendar app to manage schedules and todos (Web App)

Notifications You must be signed in to change notification settings

Ankit2305/Calendar-WebApp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calendar App

To run this app you need to install node. After downloading and installing node follow the steps mentioned below

1> Open Cmd or Terminal in root directory of the project i.e. the directory where you can find app.js 2> Type command "npm i"
This command will install all the dependencies over the internet. 3> Type command "node app.js" This command will run app.js file and this should give the following output to the Terminal or Cmd "Server started visit: http://localhost:3000/" 4> Open your browser and visit "http://localhost:3000/", you should see the landing page of the Calendar app. 5> To stop the server return back to the Terminal or Cmd and press "Ctrl + C" to stop the server

About

Calendar app to manage schedules and todos (Web App)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.6%
  • CSS 24.4%
  • HTML 16.0%