https://github.com/shasherazi/library
Library is a web application that allows users to like and comment on books.
https://github.com/shasherazi/library
javascript webpack
Last synced: about 2 months ago
JSON representation
Library is a web application that allows users to like and comment on books.
- Host: GitHub
- URL: https://github.com/shasherazi/library
- Owner: shasherazi
- License: mit
- Created: 2023-02-06T13:42:41.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-02-09T18:21:54.000Z (over 3 years ago)
- Last Synced: 2025-10-22T12:27:48.713Z (8 months ago)
- Topics: javascript, webpack
- Language: JavaScript
- Homepage: https://shasherazi.github.io/library/
- Size: 1.29 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [📝 License](#license)
**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**
- [Here](https://shasherazi.github.io/library/)
To get a local copy up and running, follow these steps.
### Prerequisites
This project requires the following:
- Node.js
- Webpack
### Setup
Clone this repository to your desired folder:
```sh
git clone https://github.com/shasherazi/library.git
cd library
```
### Install
Install this project with:
```sh
npm install
```
### Usage
To run the project, execute the following command:
```sh
npm start
```
### Run tests
To run tests, run the following command:
```sh
npm test
```
👤 **shasherazi**
- GitHub: [@shasherazi](https://github.com/shasherazi)
- Twitter: [@shasherazi](https://twitter.com/shasherazi)
- LinkedIn: [@shasherazi](https://linkedin.com/in/shasherazi)
👤 **Shakir Hussain**
- GitHub: [@shakir](https://github.com/Shakir-Hussain12)
- Twitter: [@shakir](https://twitter.com/S_Hussain_99)
- LinkedIn: [@shakir](https://www.linkedin.com/in/shakir-hussain-2129a121b/)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project or if it helped you, please give it a ⭐️!
This project is [MIT](./LICENSE) licensed.