Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://abenatenkorang.github.io/AwesomeBooks-ES6/
- Owner: abenaTenkorang
- Created: 2022-12-09T09:57:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-24T23:04:35.000Z (about 2 years ago)
- Last Synced: 2024-12-07T12:12:50.219Z (about 2 months ago)
- Topics: css, es6, es6-modules, javascript, localstorage, nodejs
- Language: JavaScript
- Homepage:
- Size: 803 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)**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 modulesIn alphabetic order:
1. add_remove
2. button-functions
3. dateTime
4. extrafunctions
5. luxon
6. onloadLanguages
- HTML
- CSS
- Javascript
Server
- **Add Books to a book list**
- **Delete Books from the book list**
- **Save data to local storage**
Implement some UX improvements:
- Add the "More" button on the home page, includeing transitions and/or animation.
> Add a link to your deployed project.
- [Live Demo Link]( https://abenatenkorang.github.io/AwesomeBooks-ES6/)
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
You can deploy this project using [Github Pages](https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-github-pages-site)
👤 **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/)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project give me a star.
I would like to thank all my fellow micronauts.
This project is [MIT](https://github.com/abenaTenkorang/AwesomeBooks-ES6/blob/main/MIT.md) licensed.