Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://andrianarivo.github.io/awesome_books/
This is a book library app which helps users keep track of their prefered books and authors. We used vanilla JS in this project.
https://andrianarivo.github.io/awesome_books/
bootstrap html javascript
Last synced: 3 months ago
JSON representation
This is a book library app which helps users keep track of their prefered books and authors. We used vanilla JS in this project.
- Host: GitHub
- URL: https://andrianarivo.github.io/awesome_books/
- Owner: andrianarivo
- License: mit
- Created: 2023-04-24T13:12:13.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-03T09:08:49.000Z (almost 2 years ago)
- Last Synced: 2024-04-18T09:35:11.421Z (10 months ago)
- Topics: bootstrap, html, javascript
- Language: JavaScript
- Homepage:
- Size: 912 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Awesome books
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 Awesome books ](#-awesome-books-)
- [🛠 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)
- [Deployment](#deployment)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)**Awesome books** is a mandatory Javascript project in the Microverse curriculum. It is just a list of books, you can remove and add new ones.
Client
- **add new book**
- **remove existing book**
- **list of all books**
- [Live Demo Link](https://andrianarivo.github.io/awesome_books/)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you'll need:
- `NodeJS`
- `VSCode`
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone [email protected]:andrianarivo/capstone-1.git
```
### Install
Install this project with:
```sh
cd my-project
npm install
```
### Usage
To run the project start [live server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer). To use lints, run following
commands:
```sh
npx hint .
npx stylelint "**/*.{css,scss}"
npx eslint .
```
### Deployment
You can deploy this project by pushing to your own `github page`
👤 **David**
- GitHub: [@andrianarivo](https://github.com/andrianarivo)
- LinkedIn: [David Andrianarivo](https://www.linkedin.com/in/david-andrianarivo-3692101b6/)
👤 **Hafiz**
- GitHub: [@HafizMassamTabraizKhan](https://github.com/HafizMassamTabraizKhan)
- LinkedIn: [Hafiz Massam Tabraiz Khan](https://linkedin.com/in/linkedinhandle)
👤 **Amin**
- GitHub: [@Amin](https://github.com/M-AminAlizadeh)
- LinkedIn: [Mohammad Amin Alizadeh](https://www.linkedin.com/in/m-amin-alizadeh-60a20b1b0/)
- [ ] **Using classes**
- [ ] **Complete website with navigation**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/andrianarivo/awesome_books/issues).
If you like this project give it a ⭐
I would like to thank all the team members for their support during the development phase.
This project is [MIT](./LICENSE) licensed.