- Advanced TypeScript Programming Projects
- Peter O'Hanlon
- 64字
- 2021-06-24 13:27:11
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.