Your task for the day?
Now that you have the basics of JavaScript down along with some intermediate knowledge of HTML and CSS lets build a project that utilizes all that you have learnt till now.
To do List:
A to-do list is a great beginner project for any programming language. This project allows you the flexibility to make it as simple as you can or as complex as you can. Your simple To do list project can have the function of adding different tasks and marking them complete after you are done with it. Or you have the option to take it to the next level by adding dates for each task , use web storage to keep track of various tasks based on the user that logs in or group certain tasks together and much more.
Your website may not be the most visually stunning one on the internet but make sure to make it as functional as you can. On a side note you can always do a simple google search to find designs for your project.
Instruction
Note : You are not required to limit yourself to the given resources, as you are free to explore and utilize additional sources of information