Skip to content

jackdawkins11/calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calendar

alt text

This is a fully functional calendar website, with a user interface based on google calendar.

Features

  • User accounts
  • Create events with the "New" button
  • Display other account's events by typing their name under "Meet with..."
  • Change the displayed week using the calendar in the upper-left corner
  • Click on events to view their details

Hosting it yourself

It uses PHP and MySQL for the backend. If you have a PHP and MySQL server set up, you can set it up like this:

  • Clone the repository to your server
  • Put valid values for MySQL into $dbusername, $dbpassword and $dbhost in config.php
  • Run the command php install.php

After that you should be able to start creating accounts and events.

About

A working calendar website, based on google calendar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors