Rak Buku is a web application to store reading books, we can add a new book and move books between shelves by marking them as "selesai dibaca (read)" or "belum selesai (unfinished)". We can also remove the book from the bookshelf by pressing the "hapus buku (delete book)" button and edit the book by pressing the edit icon.
View Demo · Report Bug
- HTML
- CSS
- JavaScript
- Clone the repo
git clone https://github.com/ekialfani/rak-buku
- Fork the project
- Create your feature branch (
git checkout -b my-new-feature
) - Commit to the branch (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new pull request