A Web application that allows you to store the next books you want to read in form of a table. You can add, edit, or search, all of that using VueJs in the frontend and Firestore as the cloud database.
- Adding items to the list and in the firestore database.
- Editing existing items in the list and update them to the firestore database.
- Deleting items from the list and from the firestore database.
- Every item has a its slug according to its title.
- Searching for items in the list.
- Vuejs (JavaScript Front-End Framework)
- Materialize (CSS Framework)
- Cloud Firestore (Database)
- Slugify (npm package)