Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Book is a web app that enables you to make a list of books. This app was made as a project in the Microverse Program module 2 week one
https://github.com/daudi13/awesome-books

List: awesome-books

Last synced: 3 days ago
JSON representation

Awesome Book is a web app that enables you to make a list of books. This app was made as a project in the Microverse Program module 2 week one

Awesome Lists containing this project

README

        

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

# Awesome books

![screenshot](./awesomebook.png)

> This is a team project in the Microverse second Module. The project is a book application that enables a user to add and remove books to a list

The endgoal of the project is to build the application using Vanilla JavaScript. The project was built through the following stage.
Click [here](https://daudi13.github.io/Awesome-books/) to get a live preview of the project

## stages

- Project 1: Manage books collection (Plain JS with Objects)
- Project 2: Manage books collection (Plain JS with classes) and basic CSS
- Project 3: Create a complete website with navigation
#### Cloning the project
```
git clone https://github.com/daudi13/Awesome-books
```

## Getting packages and debuging with Stylelint
```
npm install --save-dev [email protected] [email protected] [email protected] [email protected]
```
##### For validation detection using Stylelint Run
```
npx stylelint "**/*.{css,scss}"
```
##### from parent source directory

## Getting packages and debuging with ESlint
```
npm install npm install --save-dev [email protected] [email protected] [email protected] [email protected]
```
##### For validation detection using Stylelint Run
```
npx eslint .
```
##### from parent source directory

## Getting packages and debuging with Webhint
```
npm init -y
npm install --save-dev [email protected]
```
##### For validation detection using Webhint Run
```
npx hint .
```

## 🤝 Contributing

Feel free to check the [issues page](../../issues/).

## Show your support

Give a ⭐️ if you like this project!

## Authors

- David Ouma [github](https://github.com/daudi13)
- Maxwell [github](https://github.com/i-max-xi)
## 📝 License

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