Third-Party APIs

As we venture more into jQuery we've also been using third party API's like Moment's JavaScript library to be able to work with dates and times and create a local workday schedule with an active hourly update. We were giving a basic HTML file for the bones of the program however as a challenge to myself I deleted the contents of the main table and used JavaScript and jQuery to recreate the schedule's table. To go a step further I always created the ability to save all the contents of the array at the same time instead of the original method of saving each row separately as well as creating a content clearing button that will delete the local storage.

The original project was to look similar to this:


After adding a bit more to it I ended up with this:


Please take a look at it here!


No comments:

Post a Comment