Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://mrcbq.github.io/awesome-books-es6/

Library web app with JS vanilla, save you books in the Local Storage, permits search and remove books from your list of awesome books. Built with webpack using luxon library and ES6 features.
https://mrcbq.github.io/awesome-books-es6/

javascript localstorage luxonjs webpack

Last synced: about 2 months ago
JSON representation

Library web app with JS vanilla, save you books in the Local Storage, permits search and remove books from your list of awesome books. Built with webpack using luxon library and ES6 features.

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)
- [Deployment](#deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)

# 📖 Awesome Books

**Awesome Books** is a Books list web application

This project is a basic website that allows users to add books to a list. The books list is store locally. So you can close your browser and when you open it again you will still have you books list.

## 🛠 Built With

### Tech Stack

Client

### Key Features

- **Use local Storage**
- **Save a list of books**
- **Allow eliminate one selected Book**

(back to top)

## 🚀 Live Demo

- [Live Demo Link](https://mrcbq.github.io/awesome-books-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:

* Only clone the repo and run in your local

### Setup

Clone this repository to your desired folder:

https://github.com/mrcbq/awesome-books-es6.git

### Install

Clone this repository to your desired folder:

https://github.com/mrcbq/awesome-books-es6.git

### Usage

To run the project, execute the following command:

git clone https://github.com/mrcbq/awesome-books-es6.git

### Run tests

To run tests, run the following command:

No implemented yet.

### Deployment

You can deploy this project using:

GH Pages, publish the branch in git Hub pages

(back to top)

## 👥 Authors

👤 **Author1**

- GitHub: [@mrcbq](https://github.com/mrcbq)
- Twitter: [@twitterhandle](https://twitter.com/twitterhandle)
- LinkedIn: [LinkedIn](https://linkedin.com/in/linkedinhandle)

(back to top)

## 🔭 Future Features

- [ ] **Use Classes**
- [ ] **Add Navigation**
- [ ] **Add Luxor library**

(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...
Please give a ⭐ to the repo and follow us

(back to top)

## 🙏 Acknowledgments

I would like to thank Microverse

(back to top)

## 📝 License

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

_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._

(back to top)