Building this site one step at a time
- Write the
README.md
, including the final screen shot - Include a License
- Include this
development.md
file
- Create boilerplate index.html
A user can use a well-styled page A user can see which inputs should be filled in
- Create a form with its child inputs fields
- Create a table to write informations about books
- Use
bootswatch
andfontawesome
to prepare a well-styled page.
A user can store her informations in 3 different area.
- Attach a
click
event to the book-list.
A user can store his book information
- Create a class to
get
books,add
them to the objects and if the user wantsremove
them from storage.
A user can see his book-list in his screen
- Create
tr
andtd
to add books
- Create a class to
get
books,add
them to the objects and if the user wantsremove
them from UI. Clear Input Fields
after each book.