/E6-books

Primary LanguageJavaScriptMIT LicenseMIT

📗 Table of Contents

📖 Awesome Books Project

An Awesome books store project, where you can enter the name and author of the books and have it stored, Developed using Html, Css and Javascript

🛠 Built With

1-HTML 2-CSS 3-JS

Live Demo

Live Demo

Tech Stack

Client

Key Features

  • Add index.html file.
  • Add style.css file.
  • Add index.js file.
  • Add Linters.
  • Add Header to the index.html file.
  • Add global styling variables to style.css file.

(back to top)

💻 Getting Started

Prerequisites

1-Web Browser 2-Code Editor 3-Git

Setup

Clone this repository to your desired folder:

Run this Command:

  cd Awesome-Books-List
  git clone git@github.com:mutesihope/Awesome-Books-List.git

Install

First you need to install the node package files Run this command:

  cd Awesome-Books-List
  npm install

Usage

  • In order to use this project you either create branch to add more features.
  • But in order to run the project open index.html with live server

Run Linters

I have added the linters or tests in order to avoid anykind of typos and ensure the good practices in this project. So while using this repository if you need to check your work in html and css you can use below commands

  • in order to run the linter test on index.html:
 npx hint .
  • in order to run the linter test on stylesheets:
 npx styleint "**/*.{css,scss}"

Deployment

(back to top)

👥 Authors

👤 Karangwa Hope

(back to top)

🔭 Future Features

  • Add header and footer to index.html
  • Add more styles to style.css
  • Add more styles to style.css

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

(back to top)

⭐️ Show your support

If you like this project just give it a star -

(back to top)

🙏 Acknowledgments

We would like to thank Microverse.

(back to top)

📝 License

This project is MIT licensed.

(back to top)