Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/braincee/awesome-books

Microverse Module 02 Project: This is an educational project to make a simple website that displays a list of books and allows you to add and remove books from that list. The goal is to make it more organized by using modules and practice the ES6 syntax.
https://github.com/braincee/awesome-books

List: awesome-books

css css3 eslint html microverse-projects microverse-students stylelint

Last synced: about 16 hours ago
JSON representation

Microverse Module 02 Project: This is an educational project to make a simple website that displays a list of books and allows you to add and remove books from that list. The goal is to make it more organized by using modules and practice the ES6 syntax.

Awesome Lists containing this project

README

        

![](https://img.shields.io/badge/Microverse-blueviolet)

# Awesome Books Website

> The website has a collection of books with the Title and Author Name with a form to add books with title and author inputs and a button to remove a book.

## Live Demo

## Built With

- HTML
- Javascript
- CSS

To get a local copy up and running follow these simple example steps.

1. Clone Repository
```
git clone [email protected]:https://github.com/braincee/Awesome-Books.git
```

### Install linters(webhint, stylelint, eslint)

1. Run to install webhint
```
npm install --save-dev [email protected]
```
2. Run to install stylelint
```
npm install --save-dev [email protected] [email protected] [email protected] [email protected]
```
3. Run to install eslint
```
npm install --save-dev [email protected] [email protected] [email protected] [email protected]
```

## Authors

👤 **Stephen**

- GitHub: [@braincee](https://github.com/braincee)
- Twitter: [@annor0543](https://twitter.com/annor0543)
- LinkedIn: [Stephen Annor](https://www.linkedin.com/in/kwesi-appiah-1387801a1/)

👤 **JODRACK**

- GitHub: [@joseph07-drack](https://github.com/joseph07-drack)
- LinkedIn: [joseph](https://www.linkedin.com/in/joseph-buingo-ab2682225/)

## 🤝 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!

## Acknowledgments

- README template from [Microverse](https://github.com/microverseinc/readme-template)
- Linter setup from [Microverse](https://github.com/microverseinc/linters-config/tree/master/html-css)

## 📝 License

This project is [MIT](./MIT.md) licensed.