mailsg / ES6-Awesome-Books

Refactoring the Awesome Books with ES6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“— Table of Contents

πŸ“– Awesome Books

Awesome Books is a web app that shows information about books. This project is refactored using ES6.

πŸ›  Built With

Tech Stack

HTML/CSS/ES6-JavaScript
GitHub

Key Features

  • Home Page
  • Add/Remove Books Page
  • Update Books Page
  • Time

(back to top)

πŸš€ Live Demo

  NA

Presentation of the Project

  NA      

(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 browser
  • git
  • nodejs

Setup

Clone this repository to your desired folder:

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

Install

Install this project with:

  cd my-project
  npm install

Usage

To run the project, execute the following command:

  Open index.html in browser
  or
  Open with Live server in Vscode

Run tests

To run tests, run the following command:

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

(back to top)

πŸ‘₯ Author

πŸ‘€ Sandeep

(back to top)

πŸ”­ Future Features

  • Profile Section
  • News Section
  • Join Section

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the https://github.com/mailsg/ES6-Awesome-Books/issues.

(back to top)

⭐️ Show your support

If you like this project give me a follow and/or a star

(back to top)

πŸ™ Acknowledgments

I would like to thank Microverse for giving this opportunity to me to showcase my dev skills.

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

Refactoring the Awesome Books with ES6

License:MIT License


Languages

Language:JavaScript 37.9%Language:CSS 31.1%Language:HTML 31.0%