This dynamic scheduler features multi day, hour by hour planning - allowing you to plan in advance and view previous days' tasks. Hourly-JS also allows you to view and add tasks using a custom date and time range. All your scheduled tasks are stored in local storage so it's persistent when you refresh the page and your schedule is private, only you can see it! 👀🔐
The motivation behind creating Hourly-JS was that it became difficult to plan my day efficiently and stick to the day-plan so, I created a solution. My solution was to develop a custom web app which would allow me to keep track of my tasks hour-by-hour, day-by-day... That's when Hourly-JS was born!
Please see a full list of features here
- Dev Requirements
- Dev Environment Setup
- Enduser usage instructions
- Features
- How to contribute
- technologies
- Screenshot
- Credits
- License
Git/GitBash, VS Code, and the source code, of course! 🛠️
To get the development environment running:
- Clone this repo
- Open the repo folder in VS Code
- Right-click on
index.html
and open it using the default browser.
index.html
: Contains all HTML code for the schedulerassets/js/
: Contains all javaScript for the webappassets/css/
: Contains all CSS styling for the webappassets/images/
: Contains all images used in the webpage
There is no special requirements for end users. Simply visit here And start scheduling !
- Allows you to plan tasks for today and in advance
- multi day, hour by hour planning
- Is color coded so you know if your looking at the past, present or future
- All data is stored on your local pc so it is sercure, private and persistent
- Fork this repository
- Clone the repository
- Create a branch for your bug fix or feature
- Make necessary changes and commit those changes
- Push changes to GitHub
- Create a pull request to this repo to submit your changes for review
- JavaScript
- HTML
- CSS
- Jquery
- DayJS
The following image shows the web application's appearance and functionality:
Note: This is the main page of the scheduler.
- Ross - Source Code
MIT License
Copyright (c) 2023 RossNE99
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.