Library is a web application that allows users to like and comment on books.
This project was built using these technologies.
- JavaScript
- Webpack
- Lets users like books
- Lets users comment on books
- Lets users see the number of likes and comments on each book
To get a local copy up and running, follow these steps.
This project requires the following:
- Node.js
- Webpack
Clone this repository to your desired folder:
git clone https://github.com/shasherazi/library.git
cd library
Install this project with:
npm install
To run the project, execute the following command:
npm start
To run tests, run the following command:
npm test
👤 shasherazi
- GitHub: @shasherazi
- Twitter: @shasherazi
- LinkedIn: @shasherazi
👤 Shakir Hussain
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project or if it helped you, please give it a ⭐️!
This project is MIT licensed.