- Advanced TypeScript Programming Projects
- Peter O'Hanlon
- 209字
- 2021-06-24 13:27:11
Creating a React Bootstrap project with TypeScript support
As we discussed in Chapter 2, Creating a Markdown Editor with TypeScript, it is a good idea to start off by gathering the requirements of the application that we are going to write. Here are the requirements for this chapter:
- The user will be able to create new details of a person or edit them
- These details will be saved to a client-side database
- The user will be able to load the list of all people
- The user will be able to delete the personal details of a person
- The personal details will consist of the first and last names, the address (made up of two address lines, the town, the county, and the zip code), the phone number, and the date of birth
- The personal details will be saved to the database
- The first name will be at least one character and the last name will be at least two characters
- Address line 1, town, and county will be at least five characters
- The zip code will conform to the American standard for most zip codes
- The phone number will conform to the standard American phone format
- The user can clear details with the click of a button
推薦閱讀
- 30天自制操作系統(tǒng)
- 電腦組裝與系統(tǒng)安裝
- 零起點(diǎn)學(xué)Linux系統(tǒng)管理
- Designing Purpose:Built Drones for Ardupilot Pixhawk 2.1
- 精通Linux內(nèi)核開(kāi)發(fā)
- Learn Helm
- vSphere Virtual Machine Management
- 高性能Linux服務(wù)器構(gòu)建實(shí)戰(zhàn):運(yùn)維監(jiān)控、性能調(diào)優(yōu)與集群應(yīng)用
- Extending Bootstrap
- Linux內(nèi)核觀測(cè)技術(shù)BPF
- Joomla! 3 Template Essentials
- Learning Magento 2 Administration
- Building Telephony Systems With Asterisk
- Multi-Cloud for Architects
- Learn OpenShift