Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://meryemsanem.github.io/awesome-books-with-ES6/

It's a simple book list app, where the user can add or remove books. Built with HTML, CSS , JavaScript and using ES6.
https://meryemsanem.github.io/awesome-books-with-ES6/

Last synced: 2 months ago
JSON representation

It's a simple book list app, where the user can add or remove books. Built with HTML, CSS , JavaScript and using ES6.

Awesome Lists containing this project

README

        

# πŸ“— Table of Contents

- [πŸ“— Table of Contents](#-table-of-contents)
- [Awesome Booklist ](#awesome-booklist-)
- [πŸ›  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)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [πŸ‘₯ Authors ](#-authors-)
- [πŸ”­ Future Features ](#-future-features-)
- [🀝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [πŸ™ Acknowledgments ](#-acknowledgments-)
- [πŸ“ License ](#-license-)

# Awesome Booklist

This project is the first project of Module 2 of Microverse Full Stack Program. It's a simple book list app, where the user can add or remove books.

## πŸ›  Built With

### Tech Stack

Client

### Key Features

- **Add books** The user can add a new book to the book list.
- **Add books** The user can remove any of the books they added to the list.
- **Persistent data** The book list is persistent even when the user refreshed the page.

(back to top)

## πŸš€ Live Demo

- The link to my online portfolio [Live Demo Link](https://meryemsanem.github.io/awesome-books-with-ES6/)

(back to top)

## πŸ’» Getting Started

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

### Prerequisites

In order to run this project you need:

- Node.js
- npm

### Setup

Clone this repository to your desired folder:

```sh
cd desired-folder
git clone https://github.com/meryemsanem/awesome-books.git
```

### Install

Install this project with:

```sh
cd awesome-books
npm install
```

### Usage

To run the project, open the HTML file in your browser.

To run the linters, run `npx hint .` and `npx stylelint "**/*.{css,scss}"` or `npx eslint .` from the root directory of the project.

### Run tests

There are currently no tests in this project.

### Deployment

This project is not currently deployed.

(back to top)

## πŸ‘₯ Authors

πŸ‘€ **Meryem Sanem Küçükbayram**

- GitHub: [@meryemsanem](https://github.com/meryemsanem)
- Twitter: [@msanemkckbayram](https://twitter.com/twitterhandle)
- LinkedIn: [Meryem Sanem Küçükbayram](https://linkedin.com/in/linkedinhandle)

(back to top)

## πŸ”­ Future Features

- [ ] **Use JavaScript classes insead of plain objects**

(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, you can contribute to it. You are also welcome to give it a star on GitHub.

(back to top)

## πŸ™ Acknowledgments

I would like to thank Microverse for teaching and enforcing professional level practices.

(back to top)

## πŸ“ License

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

(back to top)