Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://meryemsanem.github.io/awesome-books-with-ES6/
- Owner: meryemsanem
- License: mit
- Created: 2023-06-12T10:47:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-12T16:38:39.000Z (over 1 year ago)
- Last Synced: 2024-11-07T17:02:25.572Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 551 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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-)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.
Client
- **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.
- The link to my online portfolio [Live Demo Link](https://meryemsanem.github.io/awesome-books-with-ES6/)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
### 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.
π€ **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)
- [ ] **Use JavaScript classes insead of plain objects**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project, you can contribute to it. You are also welcome to give it a star on GitHub.
I would like to thank Microverse for teaching and enforcing professional level practices.
This project is [MIT](./LICENSE) licensed.