When I was first learning JavaScript, HTML, and CSS, I created this simplistic website to track goals using cookies in the browser. I designed it for personal use to hold myself more accountable for the goals I set. It served as my default browser homepage during high school and greatly improved my productivity.
- Allows you to set exactly one goal each day
- Displays a list of previous goals
- Edit the goal of the day simply by typing something new
- Visit Goal for the Day for more details or go here for a deployment
- Set your goal for the day by typing in the input field and clicking submit
- The website will display your goal for the day and keep a list of your previous goals
- Clone this repository to your local machine
- Open the
index.htmlfile in your web browser