Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 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.

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.