Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://shahadat3669.github.io/awesome-books/

A simple website to add anyone's favorite book name and the author to keep track. Users can add and remove books from a list using this single-page app.
https://shahadat3669.github.io/awesome-books/

css html javascript

Last synced: about 2 months ago
JSON representation

A simple website to add anyone's favorite book name and the author to keep track. Users can add and remove books from a list using this single-page app.

Awesome Lists containing this project

README

        


logo

Awesome books


# πŸ“— 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)
- [Deployment](#triangular_flag_on_post-deployment)
- [πŸ‘₯ Authors](#authors)
- [πŸ”­ Future Features](#future-features)
- [🀝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [πŸ”­ Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [πŸ“ License](#license)

# 🎯 Awesome books

> This project, is to make it more organized code by using modules and practice the ES6 syntax.

## πŸ›  Built With

### Tech Stack

Technology


  • HTML

  • CSS

  • Javascript

Tools


  • VS Code

  • GIT

  • GITHUB

### Key Features

> We have different section which are displayed without refreshing the website or with out going to new page. It's a single page website.

- **Book List**
- **Add new book**
- **Contact us**

(back to top)

## πŸ‘ Live Demo

- [Live Demo Link](https://shahadat3669.github.io/awesome-books)

(back to top)

## πŸ’» Getting Started

To get a local copy up and running follow these simple example steps.

### Prerequisites

you have to those tools in your local machine.

- [ ] NPM
- [ ] GIT & GITHUB
- [ ] Any Code Editor (VS Code, Brackets, etc)

### Setup

Clone the project.

```bash
git clone https://github.com/shahadat3669/awesome-books.git
```

Go to the project directory.

```bash
cd awesome-books
```

Now in terminal run `npm install` to install all dependencies.

```bash
npm install
```

Now you can use any browser to open the `index.html`.

(back to top)

## πŸ‘₯ Authors

### First Author:

**Shahadat Hossain**

[![portfolio](https://img.shields.io/badge/my_portfolio-000?style=for-the-badge&logo=ko-fi&logoColor=white)](https://github.com/shahadat3669) [![linkedin](https://img.shields.io/badge/shahadat3669-0A66C2?style=for-the-badge&logo=linkedin&logoColor=white)](https://linkedin.com/in/shahadat3669) [![twitter](https://img.shields.io/badge/@shahadat3669-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white)](https://twitter.com/shahadat3669)

(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

Give a ⭐️ if you like this project!

(back to top)

## πŸ”­Acknowledgments

- My Family.
- [Microverse Team](https://www.microverse.org/).

(back to top)

## ❓ FAQ

- **Are you using database?**

- No, I am not using any database because this project is only about ES6 javascript.

- **Can I use this project for personal use?**

- Yes, you can use it.

(back to top)

## πŸ“ License

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

(back to top)