Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://andrianarivo.github.io/awesome_books/

This is a book library app which helps users keep track of their prefered books and authors. We used vanilla JS in this project.
https://andrianarivo.github.io/awesome_books/

bootstrap html javascript

Last synced: about 2 months ago
JSON representation

This is a book library app which helps users keep track of their prefered books and authors. We used vanilla JS in this project.

Awesome Lists containing this project

README

        

Awesome books

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 Awesome books ](#-awesome-books-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Deployment](#deployment)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)

# 📖 Awesome books

**Awesome books** is a mandatory Javascript project in the Microverse curriculum. It is just a list of books, you can remove and add new ones.

## 🛠 Built With

### Tech Stack

Client

### Key Features

- **add new book**
- **remove existing book**
- **list of all books**

(back to top)

## 🚀 Live Demo

- [Live Demo Link](https://andrianarivo.github.io/awesome_books/)

(back to top)

## 💻 Getting Started

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

### Prerequisites

In order to run this project you'll need:

- `NodeJS`
- `VSCode`

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone [email protected]:andrianarivo/capstone-1.git
```

### Install

Install this project with:

```sh
cd my-project
npm install
```

### Usage

To run the project start [live server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer). To use lints, run following
commands:

```sh
npx hint .
npx stylelint "**/*.{css,scss}"
npx eslint .
```

### Deployment

You can deploy this project by pushing to your own `github page`

(back to top)

## 👥 Authors

👤 **David**

- GitHub: [@andrianarivo](https://github.com/andrianarivo)
- LinkedIn: [David Andrianarivo](https://www.linkedin.com/in/david-andrianarivo-3692101b6/)

👤 **Hafiz**

- GitHub: [@HafizMassamTabraizKhan](https://github.com/HafizMassamTabraizKhan)
- LinkedIn: [Hafiz Massam Tabraiz Khan](https://linkedin.com/in/linkedinhandle)

👤 **Amin**

- GitHub: [@Amin](https://github.com/M-AminAlizadeh)
- LinkedIn: [Mohammad Amin Alizadeh](https://www.linkedin.com/in/m-amin-alizadeh-60a20b1b0/)

(back to top)

## 🔭 Future Features

- [ ] **Using classes**
- [ ] **Complete website with navigation**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/andrianarivo/awesome_books/issues).

(back to top)

## ⭐️ Show your support

If you like this project give it a ⭐

(back to top)

## 🙏 Acknowledgments

I would like to thank all the team members for their support during the development phase.

(back to top)

## 📝 License

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

(back to top)