This is a book collection management web application which will help the user to add book with the Title and the Author to the books collection and also remove any book from the collection. In addition, he/she will be able to see the book list in the collection on the landing page.
- HTML and CSS
- plain Javascript
To get a local copy up and running follow these simple example steps.
-Clone this repository with
git clone
using your terminal or command line.
-Change to the project directory by entering :
cd Refactoring-Awesome-books
, in the terminal.
-run code to open it in vscode. However, there are some project requisites required for this project to run properly
- This project makes use of dependency library called "luxon"
- To install it, follow this:
- Locate to the directory of the project
- In the terminal,
npm init -y
to initialise the package manager - Again, in the terminal,
npm install --save luxon
to install the library
This project has been finished and deployed.
https://elijahdre.github.io/Awesome-books-es6/
Up to now, there are no issues with it.
Here is the link to the Issues tab:
Feel free to check the issues page.
👤 Elijah Andre
- GitHub: Elijahdre
- LinkedIn: Elijah Odjegba
- Twitter: @kingglijah
Give a ⭐️ if you like this project!
Thanks to everyone who helped me.