Table of Contents
Productivity: A productivity tool built with pure HTML, CSS, and JS in the web browser. Various widgets are available in the demo. Implemented widgets include:
- Todo List Widget
Keep a list of items in your TODO list - Goal List Widget
Keep a list of long goals you want to achieve - Ambient Widget
Get information on the time, weather, or other ambient data - Schedule Widget
View a calendar list of all your upcoming events - Habit Tracker
Track daily habit completion - Motivation Widget
Write motivational snippets to be motivated in productivity
- HTML, CSS, JS
- PHP (optional, for user authentication)
You can visit the productivity tool by visiting the demo at productivity.ethanbaker.dev. You will be able to play around with the different widgets listed above and test the functionality.
- Scheduling Widget
- Motivation Widget
- CSS Styling
This project is no longer being maintained.
See the open issues for a full list of proposed features (and known issues).
For issues and suggestions, please include as much useful information as possible. Review the documentation and make sure the issue is actually present or the suggestion is not included. Please share issues/suggestions on the issue tracker.
For patches and feature additions, please submit them as pull requests. Please adhere to the conventional commits. standard for commit messaging. In addition, please try to name your git branch according to your new patch. These standards are a great guide you can follow.
You can follow these steps below to create a pull request:
- Fork the Project
- Create your Feature Branch (
git checkout -b branch_name
) - Commit your Changes (
git commit -m "commit_message"
) - Push to the Branch (
git push origin branch_name
) - Open a Pull Request
This project uses the Apache 2.0 license.
You can find more information in the LICENSE
file.
Ethan Baker - contact@ethanbaker.dev - LinkedIn
Project Link: https://github.com/ethanbaker/productivity