Skip to content

Calendar that saves the marked days into a text file

Notifications You must be signed in to change notification settings

MozerBuce/calendarfiletext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calendar File Text

Description

Welcome to this short program!

In June 2023, when I applied for a job offer, I was challenged to create a web page that generates a calendar for a specific month. The user should be able to mark specific days on the calendar and save the selections. The marked days should be stored in a text file, and upon reloading the page, the calendar should be populated with the previously marked information.

To meet the requirement of the job offer, I decided to use HTML5, CSS3, pure JavaScript, and PHP without any additional libraries. The web page should be ready for deployment without any additional configuration or compilation.

Based on the task provided, I have developed the following small program.

Technologies

  • HTML5

  • CSS3

  • Javascript

  • PHP

Install and run the project

To have this project running on your local environment, you just need to follow the steps below:

  1. Clone the project

To run a PHP-based website, it is recommended to use a server environment such as Apache. For local development, you can clone the website's files into the "www" directory of WampServer or the "htdocs" directory of XAMPP.

git clone https://github.com/MozerBuce/calendarfiletext.git
  1. Run the project

Navigate on the browser until the page (localhost/calendarfiletext) and enjoy it.

About

Calendar that saves the marked days into a text file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published