Author: Haoyu SHE (Henry)
-
Just download the file as a zip and run the index.html file
-
Your computer should be able to connect the Internet (to make sure the font is in the right format)
- HTML & CSS
- BootStrap 4.0
- JavaScript (vue.js)
1.index.html
Noting that when you click the “tick”, the task will be deleted
-
In the first page, I didn’t write passing the task to the next page because I can’t find out a very efficient and secure way to pass the task name
-
The second page, about the timer, I make the timer be invoked when user click "pause" button..(I know it is not user-friendly and confusing), but the timer is
-
Actually, this webpage doesn't support different kinds of device, cause I use lots of "fixed positions".
-
[About the code format] Actually, I should put those CSS files and js file separately, but because the time is limited, I just make them into one single file.
-
In CSS part, actually I can have more code reuse.