A book liabrary to store items of books with thier title and author.
To get the content of this project locally you need to run the following commands in your terminal.
git clone https://github.com/shafiuyushawu/Awesome-Books/tree/class-objects
cd Awesome-Books
Run the following command to use Tailwind css
and Daisyui
class:
tailwind.config.js
```bash
npx tailwindcss init
``tailwind.config.js
```bash
/** @type {import(βtailwindcssβ).Config} /
module.exports = {
content: [β./src/**/.{html,js}β],
theme: {
extend: {},
},
plugins: [require(βdaisyuiβ)],
}
``Copy and paste below to install daisy ui packages. ```bash npm install daisyui ``
To install linters and other projectβs dependencies run:
npm install
To run the project, execute the following command:
For tracking linter errors locally you need to follow these steps:
npx hint .
npx stylelint "\*_/_.{css,scss}"
npx eslint .
You can deploy this project using:
π€ Authors
Contributions, issues, and feature requests are welcome!
If you like this project, kindly follow me on GitHub π
This project is MIT licensed.