https://balikuddembe.github.io/Awesome-books-with-ES6/
This is a simple website that displays a list of books and allows you to add and remove books from that list.Developed using HTML | CSS | JS | NPM
https://balikuddembe.github.io/Awesome-books-with-ES6/
Last synced: 16 days ago
JSON representation
This is a simple website that displays a list of books and allows you to add and remove books from that list.Developed using HTML | CSS | JS | NPM
- Host: GitHub
- URL: https://balikuddembe.github.io/Awesome-books-with-ES6/
- Owner: Balikuddembe
- Created: 2022-10-31T23:30:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-13T16:41:55.000Z (over 2 years ago)
- Last Synced: 2025-05-08T06:02:24.117Z (17 days ago)
- Language: JavaScript
- Homepage:
- Size: 284 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Awesome-books
**This is a simple website that displays a list of books and allows you to add and remove books from that list**
## Built With
- HTML
- CSS
- JavaScript## Live Demo
- [Live Demo Link](https://balikuddembe.github.io/Awesome-books-with-ES6/).
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- Computer
- Code editor (Vs code)### Setup
- clone 'https://github.com/Balikuddembe/Awesome-books-with-ES6.git'
- Setup Linters by running following commands in your terminal:- npm install --save-dev [email protected] [email protected] - - - [email protected] [email protected] (Install the StyleHint linters)
- npm install --save-dev [email protected] [email protected] [email protected] [email protected]
- npx stylelint "*/.{css,scss}" (checks for the CSS related errors in your project)
- npx stylelint "*/.{css,scss}" --fix (This will fix the linters error, if any)
- npm install --save-dev [email protected] (Install the WebHint Linters)
- Run npx eslint . on the root of your directory of your project.
- npx hint . (You should see Finishing... on your terminal)
## Authors
👤 **Balikuddembe Emmanuel**
- GitHub: [@githubhandle](https://github.com/balikuddembe)
- Twitter: [@twitterhandle](https://twitter.com/BalixEmma)
- Linkedin: [@linkedinhandle](https://www.linkedin.com/in/emmanuel-balikuddembe-763765b2/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Balikuddembe/Awesome-Books/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc## 📝 License
This project is [MIT](./LICENSE) licensed.