Skip to content
This repository was archived by the owner on Oct 17, 2021. It is now read-only.

Commit cf39859

Browse files
committed
Update README.md
1 parent 0a71d13 commit cf39859

File tree

1 file changed

+73
-0
lines changed

1 file changed

+73
-0
lines changed

README.md

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,75 @@
11
# fullcalendar-BS4-PHP-MySQL-JSON
22
FullCalendar 3 integration with boostrap4, php, mysql / bootstrap4, php, json
3+
4+
## Purpose
5+
6+
Updates and expands on jamelbaz's FullCalendar-BS3-PHP-MySQL repository.
7+
8+
* Supports event scheduling using JSON / MySQL event scheduling updated
9+
* FullCalendar updated from 2.6.1 to 3.9.0
10+
* Clickable calendar date numbers
11+
* Added the calendar list view
12+
* Includes business hours and now indicator
13+
* Bootstrap updated from BS3 to BS4
14+
* Event title and description display on hover integration (popper.js)
15+
* Added event description field
16+
* Revamped delete button
17+
* Calendar resizing for optimal screen real estate
18+
* Week and Day views set to display times 8:00AM to 4:30PM without scroll
19+
20+
## Getting Started
21+
22+
* Go to your MySQL via localhost, create a table called "calendar", and create the tables found in calendar.sql
23+
24+
* Open bdd.php and enter your database password
25+
26+
* Go to localhost and navigate to the project directory
27+
28+
* index.php enables event scheduling integration with PHP and MySQL
29+
30+
* index-json.php and associated files enable event scheduling integration with PHP and JSON
31+
32+
# Features
33+
34+
* Add events by clicking and dragging on the calendar
35+
36+
* Edit/delete events by double clicking them
37+
38+
* Supports event title, description, start date/time, end date/time, and color attributes
39+
40+
* Utilizes popper.js to show event title and description on hover
41+
42+
## Additional Readings & Resources
43+
44+
* FullCalendar documentation: https://fullcalendar.io/docs#toc
45+
46+
## Built With
47+
48+
* Bootstrap
49+
* PHP5
50+
* MySQL
51+
* JSON / jQuery / JavaScript
52+
* HTML / CSS
53+
54+
## Contributing
55+
56+
When contributing to this repository, you may fork and submit a pull request. Add a description of what you are doing and I'll review it.
57+
58+
## Versioning
59+
60+
Version 1.0.0
61+
62+
## Authors
63+
64+
* **Matthew Waldron** - (http://waldronmatthew.com)
65+
* **FullCalendar** - (https://fullcalendar.io)
66+
* **jamelbaz** https://github.com/jamelbaz/FullCalendar-BS3-PHP-MySQL
67+
68+
## License
69+
70+
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.
71+
72+
## Acknowledgments
73+
74+
* Project forked from jamelbaz's repository: https://github.com/jamelbaz/FullCalendar-BS3-PHP-MySQL
75+
* JSON blog code used in the creation of event php forms: https://www.taniarascia.com/how-to-use-json-data-with-php-or-javascript/

0 commit comments

Comments
 (0)