Awesome-Books

πŸ“— Table of Contents

πŸ“– [Portfolio]

A book liabrary to store items of books with thier title and author.

πŸ›  Built With

Tech Stack N/A

Client
Server
Database

Key Features

(back to top)

(back to top)

πŸ’» Getting Started

To get the content of this project locally you need to run the following commands in your terminal.

Prerequisites

Setup

  1. Download the Zip file or clone the repo with:
    git clone https://github.com/shafiuyushawu/Awesome-Books/tree/class-objects
    
  2. To access cloned directory run:
    cd Awesome-Books
    

Run the following command to use Tailwind css and Daisyui class:

  1. Copy and paste below in your terminal install taiwind.css: ```bash npm install -D tailwindcss ``
  2. Copy and paste below to initialize tailwind.config.js ```bash npx tailwindcss init ``
  3. Copy and paste below to replace all the lines in tailwind.config.js ```bash /** @type {import(β€˜tailwindcss’).Config} / module.exports = { content: [”./src/**/.{html,js}”], theme: { extend: {}, }, plugins: [require(β€˜daisyui’)], } ``
  4. Copy and paste below to install daisy ui packages. ```bash npm install daisyui ``

  5. Now open with live server

Install

To install linters and other project’s dependencies run:

npm install

Usage

To run the project, execute the following command:

Run Test for Linters

For tracking linter errors locally you need to follow these steps:

  1. For tracking linter errors in HTML files run:
    npx hint .
    
  2. For tracking linter errors in CSS or SASS files run:
npx stylelint "\*_/_.{css,scss}"
  1. For tracking linter errors in JavaScript files run:
npx eslint .

Deployment

You can deploy this project using:

(back to top)

πŸ‘₯ Author: Shafiu Ibn Yushawu && Hiwot Bayissa

πŸ‘€ Authors

(back to top)

πŸ”­ Future Features

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Kindly raise issue here

(back to top)

⭐️ Show your support

If you like this project, kindly follow me on GitHub 😊

(back to top)

πŸ™ Acknowledgments

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)