/Awesome-Books-With-ES6

A book list app built using ES6

MIT LicenseMIT

Awesome Books Project


Awesome Books Project

📗 Table of Contents

📖 Awesome Books Project

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.

🛠 Built With

  • HTML.
  • CSS.
  • ES6

Tech Stack

Client

Key Features

  • Use of medium-fidelity wireframe to build the UI.
  • Customized for both mobile and desktop devices.
  • Navigation and Animations

(back to top)

🚀 Live Demo

  • You can find the website here

(back to top)

💻 Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

  • A Chrome browser
  • npm

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone git@github.com:rmiyoyo/Awesome-Books-With-ES6.git

Install

Install the prerequisites this project using:

  cd Awesome-Books-With-ES6
  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

Usage

To run the project:

index.html

Run tests

To run tests after setting up the linters, run the following command:

  npx hint .
  npx stylelint "**/*.{css,scss}"

Deployment

You can deploy this project using:

  • Run index.html on your preferred browser.

(back to top)

👥 Authors

👤 Raphael Miyoyo

(back to top)

🔭 Future Features

  • Add CSS
  • Deploy to Github Pages

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project, create a pull request or hit us up on Twitter

(back to top)

🙏 Acknowledgments

  • I thank Microverse Reviewers for reviewing our pull requests.

(back to top)

📝 License

  • This project is MIT licensed.

(back to top)