This project implements vanilla Javascript concepts such as ```constructor functions``` and prototypes to build a simple [Book Library App] that stores data using an array.
This project was completed in line with standards provided by Microverse.
-
The
User
can add new book to library. The default read/unread status of a new book isUnread
-
The
User
can change thestatus
of a book after they have read it. -
The
User
can remove a book from their library.
All books are cleared when the page reloads. Only the default book will be persisted in the library.
- Add a database to persist books using Google SpreadSheets API
- Use Firebase Realtime DB
- HTML/CSS
- Vanilla Javascript
Clone the repository to your local machine
$ git clone https://github.com/johnsonsirv/library-on-firebase.git
Go to the directory
$ cd library-on-firebase
Open the index.html using your favourite browser
- Github: @johnsonsirv
- Twitter: @vokeugo
- Email: okeugo.victor.c@gmail.com
- Fork it (https://github.com/johnsonsirv/library-on-firebase/fork)
- Create your feature (dev) branch (git checkout -b feature/[choose-a-name])
- Commit your changes (git commit -m 'What this commit will fix/add')
- Push to the branch (git push origin feature/[chosen name])
- Create a new Pull Request
You can also create issues
This project is licensed under the MIT License - see the LICENSE file for details