Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://kendoriddy.github.io/awesome-books-v1/
The website provides a user-friendly interface that enables users to manage their book collection by adding and removing books from their list. With its responsive design, the website can be easily accessed on any device, making it the perfect tool for book lovers on-the-go.
https://kendoriddy.github.io/awesome-books-v1/
crud css es6 html javascript linter
Last synced: 2 months ago
JSON representation
The website provides a user-friendly interface that enables users to manage their book collection by adding and removing books from their list. With its responsive design, the website can be easily accessed on any device, making it the perfect tool for book lovers on-the-go.
- Host: GitHub
- URL: https://kendoriddy.github.io/awesome-books-v1/
- Owner: kendoriddy
- Created: 2022-08-01T11:25:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-09T21:53:40.000Z (over 2 years ago)
- Last Synced: 2024-05-19T12:00:28.537Z (8 months ago)
- Topics: crud, css, es6, html, javascript, linter
- Language: JavaScript
- Homepage: https://kendoriddy.github.io/awesome-books-v1/
- Size: 7.51 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Awesome-books
This website displays a list of books a users have added. It allows you to add and remove books from that list also. The goal of this project is to build a simple multipage page responsive book website.
In this project, I setup Html-CSS-Javascript linter following the guildlines stated in the Html-CSS-Javascript limter config documentation of Microverse. I followed the mobile first approach while building the website, and the website is responsive and interactive on mobile and desktop.
The project contains the List, Add and Contact page.
## Built With
- HTML5,
- Javascript
- CSS3
## Live Demo[Live Demo Link](https://kendoriddy.github.io/awesome-books-v1/)
## Getting Started
To get a local copy up and running follow these simple example steps.## Prerequisites
- Have a good knowledge on how to parse UI designs
- Have VSCode or other text editor installed. [Link to download VSCode](https://code.visualstudio.com/download)
- Install node package. [Link to download node](https://nodejs.org/en/download/)
- Have git installed.[Link to download git](https://git-scm.com/downloads)
- Create a github repository.## Setup
- git clone https://github.com/kendoriddy/awesome-books-v1.git
- cd awesome-books-v1/
-Follow the HTML-CSS linter configuration to docs to setup linters [Link to Microverse linter docs](https://github.com/microverseinc/linters-config/tree/master/html-css-js)## Run tests
For tracking linters errors locally, you need to follow these steps:
- For tracking linter errors in HTML file run:
`npx hint .`
- For tracking linter errors in CSS file run:
`npx stylelint "**/*.{css,scss}"`
- For tracking linter errors in Javascript file run:
`npx eslint .`## Deployment
- Use GitHub pages to deploy website
- For more information about publishing sources, see [About github pages](https://pages.github.com/)## Contributors
## Author 1
👤 **Kehinde Ridwan Onifade**
- GitHub: [Kenny](https://github.com/kendoriddy)
- LinkedIn: [Kenny](https://www.linkedin.com/in/kehinde-onifade)## Autor 2
**Ernest Lasten**
- GitHub: [@githubhandle](https://github.com/Lasten-Ernest)
- Twitter: [@twitterhandle]## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./MIT.md) licensed.