karlpawlowicz / make-a-calendar-challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make a Calendar Challenge

🚀 Quick Start

  1. Clone the repo.

    Clone the repo.

    git clone git@github.com:karlpawlowicz/make-a-calendar-challenge.git
  2. Run a server.

    Open the project directory using Web Server for Chrome. The calendar is now running at http://127.0.0.1:8887/.

  3. Add events.

    In the console you can run:

    window.layOutDay([{start: 0, end: 100}, {start: 20, end: 120}, {start: 40, end: 140}]);

About


Languages

Language:JavaScript 45.5%Language:HTML 39.2%Language:CSS 15.4%