Skip to content

This is a project that we created using HTML,CSS and js. For now it has the functionality of storing the book: name and author and removing a specific book. The data will be stored in user browser.

License

Notifications You must be signed in to change notification settings

nunegabriel/awesome-books-es6

Repository files navigation

Awesome Book Store Project

This is a project that we created using HTML,CSS and js. For now it has the functionality of storing the book: name and author and removing a specific book. The data will be stored in user browser.

Built With

  • HTML
  • CSS
  • JS

Get Started

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

Prerequisites

  • IDE(code editor) like: Vscode, Sublime, etc.
  • Git

Setup

  1. Download the Zip file or clone the repo with:
git clone [email protected]:Strangeal/Portfolio.git
  1. To access cloned directory run:
cd awesome-books
  1. Open it with the live server

Install

To install linters and other project's dependencies run:

npm install

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 .
  1. 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 .

Author

👤 Gabriel Nunekpeku

Show your support

Give a ⭐ if you like this project!

📝 License

This project is MIT licensed.

About

This is a project that we created using HTML,CSS and js. For now it has the functionality of storing the book: name and author and removing a specific book. The data will be stored in user browser.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages