Awesome books is a simple website that displays a list of books and allows you to add and remove books from that list. Main objective is to implement data management in JavaScript.
To get a local copy up and running, follow these steps.
In order to run this project you need:
Clone this repository to your desired folder:
cd my-folder
git clone git@github.com:K0ppai/awesome-books.git
Install the prerequisites this project using:
cd awesome-books
npm init -y
npm install --save-dev hint@7.x
npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x
To run the project:
index.html
To run tests after setting up the linters, run the following command:
npx hint .
npx stylelint "**/*.{css,scss}"
You can deploy this project using:
👤 Raphael Miyoyo
👤 Paing Soe Thu
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, create a pull request or hit us up on Raphael's Twitter or Koppai's Twitter for any other thing.