Planning out your day is one of the most important things you can do to prevent time from being wasted. Planning on paper isn't always the best, because adjusting your schedule can be tedious and it's not easy to always carry paper. Online planning applications are usually a mess of features that only distract you and take away more of your time. However, MyDay only includes the essential features needed to make a day more productive.
- Create small daily goals to help you stay on track
- Mark goals you've finished as done
- Delete goals you no longer need
- Edit existing goals
- Easy-to-understand user interface
- Simple configuration with docker-compose
To set up MyDay, you'll need to install docker. The easiest way to do this is to get Docker Desktop, which will include all of the CLI tools you need:
Once you have docker installed, please follow these steps:
- Download the source code and open it in a terminal.
- While in the source code's root directory, run the following:
docker-compose up -d
- Open your browser and navigate to
http://localhost
.