Skip to content

sohailsarwar101/calendar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calendar To-Do App

This is a fully responsive Calendar To-Do App that is supported on all modern browsers and IE10+. Tasks can be added to specific dates and can be deleted. Tasks cannot be added to past dates.

Technologies Used

  • Vue – Front End Framework
  • SCSS – CSS Pre-processor
  • Gulp – SCSS compilation, CSS minification and JS minification.
  • Git – Source and Version Control
  • PHP – Back End language

Front End

There are 2 views, “Full” and “Split”. “Full” has the calendar filling most of the page and the task lists visible on individual days, whereas “Split” has the selected day’s task list is always visible. Local Storage is used to remember the last state used by the user.

Back End

The complete task list for all days can be saved to a MySQL database using the PHP PDO Class and prepared statement to prevent SQL injections. The Front End can communicate with the Back End using AJAX and dynamically generated JSON files. The SQL commands to create the necessary table are in “init.sql”.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 53.8%
  • CSS 46.2%