Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://abenatenkorang.github.io/AwesomeBooks-ES6/

AwesomeBooks-ES6 is the ES6 version of previous basic version of Awesome Books. All codes are refatored to ES6 and divided into modules.
https://abenatenkorang.github.io/AwesomeBooks-ES6/

css es6 es6-modules javascript localstorage nodejs

Last synced: about 2 months ago
JSON representation

AwesomeBooks-ES6 is the ES6 version of previous basic version of Awesome Books. All codes are refatored to ES6 and divided into modules.

Awesome Lists containing this project

README

        

# AwesomeBooks-ES6

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [Future Features](#future-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 Awesome Books

**AwesomeBooks-ES6** is the ES6 version of previous basic version of [**Awesome Books**](https://github.com/abenaTenkorang/Awesome-Books). All codes are refatored to ES6 and divided into modules.

## Browser Display

![Screenshot (10)](https://user-images.githubusercontent.com/109290913/209452895-75ef824a-f8e2-49a0-ba55-ef3648e9f811.png)


![Add new](https://user-images.githubusercontent.com/109290913/207260835-dcd20922-6b03-4f47-ab62-446c9d474ef7.png)

![contact](https://user-images.githubusercontent.com/109290913/207261216-f6d7c2a0-6551-4628-9e46-a5a8ba16877f.png)


#### List of modules

In alphabetic order:
1. add_remove
2. button-functions
3. dateTime
4. extrafunctions
5. luxon
6. onload

## 🛠 Built With

### Tech Stack

Languages


  • HTML

  • CSS

  • Javascript

Server

### Key Features

- **Add Books to a book list**
- **Delete Books from the book list**
- **Save data to local storage**

(back to top)

## 🔭 Future Features

Implement some UX improvements:
- Add the "More" button on the home page, includeing transitions and/or animation.

(back to top)

## 🚀 Live Demo

> Add a link to your deployed project.

- [Live Demo Link]( https://abenatenkorang.github.io/AwesomeBooks-ES6/)

## 💻 Getting Started

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

If you dont have [node](https://node.org) install on your computer, Install node js from [https://nodejs.org/en](https://nodejs.org/en/) as your JavaScript Runtime Engine

If you installed git you can clone the code to your machine, or download a ZIP of all the files directly.

[Download the ZIP from this location](https://github.com/abenaTenkorang/AwesomeBooks-ES6/archive/refs/heads/main.zip), or run the following [git](https://git-scm.com/downloads) command to clone the files to your machine:

- Once the files are on your machine, open the _AwesomeBooks-ES6_ folder in [Visual Studio Code](https://code.visualstudio.com/), and follow the steps in Installation

### Setup

1. Clone this repository to your desired folder:

```sh
git clone https://github.com/abenaTenkorang/AwesomeBooks-ES6.git
```

2. Install Node Modules

```sh
npm install
```

3. Open the `index.html` file in the project directory with your favorite browser

### Deployment

You can deploy this project using [Github Pages](https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-github-pages-site)

(back to top)

## 👥 Author

👤 **Abigail Gyamfuaa Boateng**

- GitHub: [@AbenaTenkorang](https://github.com/abenaTenkorang)
- Twitter: [@Abi1_boateng](https://twitter.com/Abi1_boateng)
- LinkedIn: [Abigail Boateng](https://www.linkedin.com/in/abigail-boateng-345395141/)

(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 give me a star.

(back to top)

## 🙏 Acknowledgments

I would like to thank all my fellow micronauts.

(back to top)

## 📝 License

This project is [MIT](https://github.com/abenaTenkorang/AwesomeBooks-ES6/blob/main/MIT.md) licensed.

(back to top)