- HTML5 Web Application Development By Example Beginner's Guide
- J.M. Gustafson
- 177字
- 2021-08-13 16:50:19
Creating our first application
Throughout this and the next couple of chapters, we will be building a tasklist application that uses HTML5 and CSS3. Before we get started we should spell out the specifications for our application so we know what we want to build.
- Our tasklist application should allow the user to quickly type in one or more task names and display them in a list.
- The user should be able to easily manipulate the tasks by editing them, deleting them, or moving them up or down in the order of the list.
- The application should remember the tasks that were entered, so when the user comes back to it they can continue where they left off.
- The UI should be reactive so that it can be used on a number of different devices with different screen sizes.
- We will start off simple and build upon what we've done as we go along. Throughout the process we will build some JavaScript libraries that can be used in subsequent projects, so we can hit the ground running.
推薦閱讀
- Learning RxJava
- Django Design Patterns and Best Practices
- 64位匯編語言的編程藝術(shù)
- Kotlin從基礎(chǔ)到實(shí)戰(zhàn)
- BeagleBone Black Cookbook
- 微服務(wù)架構(gòu)深度解析:原理、實(shí)踐與進(jìn)階
- Learning Continuous Integration with TeamCity
- 寫給程序員的Python教程
- BeagleBone Robotic Projects(Second Edition)
- Hadoop 2.X HDFS源碼剖析
- Java 從入門到項(xiàng)目實(shí)踐(超值版)
- Python網(wǎng)絡(luò)爬蟲實(shí)例教程(視頻講解版)
- Mastering Object:Oriented Python(Second Edition)
- 編程的原則:改善代碼質(zhì)量的101個方法
- Expert Cube Development with SSAS Multidimensional Models