Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://kdlamini.github.io/awesome-books-javascript/
In this project, Cyril and I built a basic website that allows users to add/remove books from a list. Built with JavaScript and utilizes LocalStorage.
https://kdlamini.github.io/awesome-books-javascript/
css html javascript
Last synced: about 2 months ago
JSON representation
In this project, Cyril and I built a basic website that allows users to add/remove books from a list. Built with JavaScript and utilizes LocalStorage.
- Host: GitHub
- URL: https://kdlamini.github.io/awesome-books-javascript/
- Owner: KDlamini
- Created: 2021-09-13T09:05:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-16T17:21:07.000Z (over 3 years ago)
- Last Synced: 2024-11-14T18:01:49.899Z (about 2 months ago)
- Topics: css, html, javascript
- Language: JavaScript
- Homepage: https://kdlamini.github.io/awesome-books-javascript/
- Size: 426 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Awesome Books
This project will be a basic website that allows users to add/remove books from a list.
This project is part of the Microverse curriculum. The main objective is to understand how to use JavaScript objects and arrays and dynamically modify the DOM and add basic events. This will follow professional guidlines in responsive design.
## Live Preview
[https://kdlamini.github.io/awesome-books-javascript/](https://kdlamini.github.io/awesome-books-javascript/)## Built With
- Html/Css
- JavaScript## Additional Tools
- Webhint
- Stylelint
- Eslint## Getting Started
To get a local copy of this project:
Clone this repository or download the Zip folder:
```
[email protected]:KDlamini/awesome-books-javascript.git
```## Test
To track linter errors locally follow these steps:Download all the dependencies run:
```
npm install
```
Track HTML linter errors run:
```
npx hint .
```
Track CSS linter errors run:
```
npx stylelint "**/*.{css,scss}"
```
Track JavaScript linter errors run:
```
npx eslint .
```## Authors
👤 **Cyril Iyadi**
- GitHub: [@githubhandle](https://github.com/see-why)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/cyril-iyadi-83517270)👤 **Simo Nkosi**
- GitHub: [@githubhandle](https://github.com/KDlamini)
- Twitter: [@twitterhandle](https://twitter.com/RealSimoNkosi)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/simo-nkosi-418523180/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/KDlamini/awesome-books-javascript/issues).## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- This project is part of week 1 of module 2 in the Microverse study program.
- Thanks to the Microverse team for the great curriculum.
- Thanks to Code Reviewers for the insightful feedback.
- A great thanks to My coding partners, morning session team, and standup team Partners for their contributions.## 📝 License
This project is [MIT](./MIT.md) licensed.