Skip to content

Nurhak/weekly-calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Weekly Calendar with Vanilla JS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published