Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 948 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 948 Bytes

Weekly Calendar Netlify Status

This project implements a weekly calendar.

Calendar class expects a list of events. Event data format:

{ 
  id: 0,
  eventName: 'Event 0',
  dateFrom: 1654030827577,
  dateTo: 1654032026577 
}

Example

Project is deployed to Netlify. In order to see the application online navigate to https://weekly-calendar-app.netlify.app/

index.js file is provided. In order to run the example, you need a local server.

Following extension can be used as a local server:

Name: Live Server
Id: ritwickdey.LiveServer
Description: Launch a development local Server with live reload feature for static & dynamic pages
Version: 5.7.5
Publisher: Ritwick Dey
VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer