Advanced TypeScript Programming Projects
上QQ阅读APP看书,第一时间看更新

Understanding the project overview

We are going to build a personal contacts manager database using React. The data is stored locally on the client using the standard IndexedDB database. When we have finished, our application will look like the following:

You should be able to complete the steps in this chapter, working alongside the code in the GitHub repository, in approximately two hours.