Uj-K / CPW204-Bookstore

A class example to learn git, GitHub, and TypeScript
https://uj-k.github.io/CPW204-Bookstore/
0 stars 0 forks source link

Add a book creation form #3

Closed Uj-K closed 1 week ago

Uj-K commented 2 weeks ago

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

Create a class in TypeScript to hold all of this information in a single class.