Skip to content

dookpham/calendar

Repository files navigation

Calendar

A tool for composing events on a calendar view.

Author

  • Duke Pham

Table of Contents

  1. Usage
  2. Testing
  3. Notes

Usage

Clone the repo:

$ git clone https://github.com/dookpham/calendar.git

Go to the root folder and open the index.html file:

$ cd calendar
$ open dist/index.html

Voila!

A 'Randomize' feature has been added to generate random event layouts for testing and general purpose calendar enjoyment!

Testing

In order to run tests, npm and mocha need to be installed first.
Once this is done ->

In the root directory, from the terminal:

$ npm install
$ npm test

All tests should pass.

Notes

Typically I would .gitignore the bundle.js file, but for this exercise, everything is expected to work 'out-of-the-box', therefore the bundle.js has been left in.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages