jturner707 / CPWBookStore

This is an advanced javascript class project to learn git, github, and TypeScript
https://jturner707.github.io/CPWBookStore/
0 stars 0 forks source link

Add a book creation form #3

Open jturner707 opened 4 hours ago

jturner707 commented 4 hours ago

On a new page, named Book.html create an add book form. The add book form should contain input fields and validation for the following pieces of required information:

Create a class in TypeScript to hold all of this information in a single class (book object).