description • table of contents • Download • Related • License
- create by : ariafatah
- date-submit: 17 - OKT - 2023
Checklist
- [✔️] Adding New Book Data.
- [✔️] Having at least Two Bookshelves, namely "Unfinished Reading" and "Finished Reading".
- [✔️] Moving Books between Shelves.
- [✔️] Deleting Book Data.
- [✔️] Utilizing localStorage for Storing Book Data.
- [✔️] Application functions properly (bug-free, no force close, smooth functionality, etc.).
How I Created This Web
- The design was created without using Figma.
- JavaScript is used only with the concepts I understand and learn, with additional insights from learning sources on YouTube and contributions from ChatGPT.
What This Web Can Do
- Book Search: Users can search for books based on titles by filling in the search field.
- Adding Books: The "Add Book" button brings up a form to add a book. After filling it out and adding, the book is automatically added to the list.
- Book Management: Users can move books between shelves, delete books, change book data, and reset book data.
- Open a terminal or command prompt on your computer.
- Navigate to the directory where you want to save this project.
- Use the following command to download the project from the GitHub repository:
git clone https://github.com/ariafatah0711/dicoding_2.git