Skip to content

jepoy92/Day-Planner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Day-Planner

Description

Welcome! Project Day-Planner was designed to help users keep track of their daily tasks. Their tasks are logged using local storage which saves their information so that they are able to review their tasks through out the day.

Moment.js

This app uses Moment.js for the following features.

  1. Updates the date and time every second
  2. Visually updates the planner to show what hours have past, what is the current hour, and what hours are left in the day

Jquery

This app uses jquery for the following features.

  1. Sends user input to local storage so that the information persists and displays in the timeblocks
  2. Used a for loop to generate all html elements on the page
  3. Puts a condition on each timeblock to update their current time status depending on the value in Moment.js (past, present, future)

Table of Contents

Installation

No installation necessary, simply follow the link below to the deployed app and start tracking your tasks!

Link to deployed app

The following animation demonstrates the application functionality:

day planner demo

Useage

This app can be used to track tasks throughout the day.

License

License: GPL v3

For more information on the license used, please click on the link below:

Contributing

Thank you to my wonderful study group! Please follow their githubs down below!

Tests

NONE

Questions

For questions concerning my apps, click on the link below for my github:

[Github Link] (https://github.com/jepoy92)

Or click the link below for my email:

[Email] (jeffrey1choi@gmail.com)

About

A single day planner which uses Jquery and moment() to track and save the users tasks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors