项目作者: spencercreer

项目描述 :
Hourly day planner application
高级语言: JavaScript
项目地址: git://github.com/spencercreer/day_planner.git
创建时间: 2021-01-14T03:18:51Z
项目社区:https://github.com/spencercreer/day_planner

开源协议:MIT License

下载


Day Planner

GitHub license

Description

A simple daily planner application that allows the user to schedule events hourly. The current date and time are displayed using JavaScript date methods. The planner timeblocks are dynamically created using template literals. This application features day and night CSS styling which can be changed by clicking the “Change Planner Style” button.

Table of Contents

Published URL: https://spencercreer.github.io/day_planner/

Repository: https://github.com/spencercreer/day_planner

Animation

The following animation demonstrates the application functionality:
Day Planner animation

Instructions

The user may enter events within each text area and save them by clicking the cooresponding save button. When the user clicks the save button, the contents of the text area are stored to local storage. The contents of local storage are recalled to each text area when the application is refreshed.

Contribute

Please submit a PR if you would like to contribute.

Technologies

  • JavaScript
  • HTML
  • CSS
  • Bootstrap
  • jQuery

License

This project is licensed under the MIT license.

Contact

For questions or comments, please contact me.

Email: spencercreer@gmail.com" target="_blank">spencercreer@gmail.com

GitHub: spencercreer