https://cobbyelsonfx.github.io/Awesome-Books-App-ES6/
The Awesome Books Project With ES6** is web application that uses ES6 syntax and modules file structure for organisation of code, and it basically allows you to add and remove books using local storage
https://cobbyelsonfx.github.io/Awesome-Books-App-ES6/
es6 html-css javascript localstorage modules
Last synced: about 1 month ago
JSON representation
The Awesome Books Project With ES6** is web application that uses ES6 syntax and modules file structure for organisation of code, and it basically allows you to add and remove books using local storage
- Host: GitHub
- URL: https://cobbyelsonfx.github.io/Awesome-Books-App-ES6/
- Owner: CobbyElsonfx
- Created: 2023-07-13T16:27:57.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-10T11:44:31.000Z (over 1 year ago)
- Last Synced: 2025-04-03T18:01:43.028Z (about 2 months ago)
- Topics: es6, html-css, javascript, localstorage, modules
- Language: JavaScript
- Homepage: https://cobbyelsonfx.github.io/Awesome-Books-App-ES6/
- Size: 685 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
- [📝 License](#license)# 📖 Awesome Books Project With ES6
**The Awesome Books Project With ES6** is web application that uses ES6 syntax and modules file structure for organisation of code.
Client
- **Uses ES6**
- **Makes use of linters for Quality code**
- **Allows users to add and delete books**
- [Live Demo Link](https://cobbyelsonfx.github.io/Awesome-Books-App-ES6/)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- An IDE (ex: VS Code)
- Github account
### Setup
Clone this repository to your desired folder:
```sh
cd project-folder
git clone https://github.com/CobbyElsonfx/Awesome-Books-App-ES6.git
```
### Deployment
You can deploy this project using:
- Go to github.com
- Create a new repository
- Add all website files in the new repository
- Go to Settings/Pages
- Go to branch and change from 'none' to 'main'
- Click Save
👤 **Francis Andoh**
- GitHub: [@CobbyElsonfx](https://github.com/CobbyElsonfx)
- LinkedIn: [@FrancisAndoh](https://www.linkedin.com/in/francis-andoh-133aa7245/)
- [ ] **Adding more sections**
- [ ] **Adding more stylings**
- [ ] **Implement Javascript**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project please share with your friends and family!
I would like to thank my Coding Partner Feli for helping me do this project
This project is [MIT](./MIT.md) licensed.