Skip to content

GazaSkyGeeksBootcamp/BookListApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BookList App

An app that enables the user to store his favorite books.

Book (data structure)

The book consists of:

  1. title
  2. description
  3. author

User Stories

1. User can add books

  • When the user types book's title, description and author, then he can add the book to his favorite books list.
  • User can add books by either clicking the add button or pressing Enter.

2. User can delete a book

  • Every book item is shown with a delete button.
  • The delete button when clicked, removes the book from the list.

3. User can see his books even after reloading the page

  • When user closes/reloads the page and return back, he can see his books

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published