Goal tracker
So I had an idea to make a website that helps in managing goals and habit. It also would include analytics on the days spent in what habits etc. A way to mark whether the habits have been completed for the day. Anyways it had this and many other complex features but I just decided to create simpler version of goal tracker. Its a base version and is very simple ,I made it in a hour. Here are screenshots(Please click on the image to view the high quality version) Here is the html code: <div class= "container" > <input type= "text" class= "display" > <section class= "Goals" > Goals: <br> <select name= "goals" size = 5 class= "Goals_select" > <option value= "" > Sample goal 1 </option> <option value= "" > Sample goal 2 </option> <option value= "" > Sample goal 3 </option> </select> <br> ...