An open API service indexing awesome lists of open source software.

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.

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

**Library** is a web application that allows users to like and comment on books.

## 🛠 Built With

### Tech Stack

This project was built using these technologies.

- JavaScript
- Webpack

### Key Features

- **Lets users like books**
- **Lets users comment on books**
- **Lets users see the number of likes and comments on each book**

(back to top)

## 🚀 Live Demo

- [Here](https://shasherazi.github.io/library/)

(back to top)

## 💻 Getting Started

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
```

(back to top)

## 👥 Authors

👤 **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/)

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project or if it helped you, please give it a ⭐️!

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)