/BooksApp-ES6

A ES6-modular version of BooksApp

Primary LanguageJavaScriptMIT LicenseMIT

Books App ES6

📗 Table of Contents

📖 [Books Apps ES6]

Books App ES6 is a project to highlight the use of wireframes, ESM and webpack.

(back to top)

🛠 Built With

Tech Stack

Client

Key Features

  • Quick and responsive UX
  • No repetion in code use
  • High performance
  • Implementation using JS CLASS
  • SPA
  • Modular Code
  • Live clock
  • WebPack implementation

🚀 Live Demo

You can find a live demo in 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: To clone or fork and run it in a browser

Setup

Clone this repository to your desired folder:

For example, using Ubuntu:

  cd my-desired-folder
  git clone git@github.com:lordksix/booksApp.git

For more information on how to clone or fork a repository:

If you want to make any kind of change or modificationm, Node.Js and NPM is necesary. For more information on how to install node.js and npm:

Install

To install dependencies, the following command must be run in the terminal:

  cd BooksApp-ES6
  npm install

Usage

To run the project, open with index.html with any web browser.

For example, for Google Chrome with Ubuntu:

  cd booksApp
  google-chrome index.html

Run tests

There are no test available for this project.

Deployment

To deploy this project, use any web hosting service. Files to be used in deployment are:

  • index.html
  • all files in build folder

This project is deployed using GitHub Pages.

Go to 🚀 Live Demo to check it out.

(back to top)

👥 Authors

👤 Author

(back to top)

🔭 Future Features

Future changes:

  • Continue implementing Webpack

(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, I encourage you to clone, fork and contribute. Our community and knowledge grows with each engagement.

(back to top)

🙏 Acknowledgments

(back to top)

❓ FAQ

  • Do I need a IDE or a special text editor to make changes?

    • No, you don't. You can use NotePad to make changes.

(back to top)

📝 License

This project is MIT licensed.

(back to top)