- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ (OPTIONAL)
- 📝 License
Books App ES6 is a project to highlight the use of wireframes, ESM and webpack.
Client
- Quick and responsive UX
- No repetion in code use
- High performance
- Implementation using JS CLASS
- SPA
- Modular Code
- Live clock
- WebPack implementation
You can find a live demo in HERE.
To get a local copy up and running, follow these steps.
In order to run this project you need: To clone or fork and run it in a browser
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:
To install dependencies, the following command must be run in the terminal:
cd BooksApp-ES6
npm install
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
There are no test available for this project.
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.
👤 Author
- GitHub: @lordksix
- Twitter: @wapasquel
Future changes:
- Continue implementing Webpack
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, I encourage you to clone, fork and contribute. Our community and knowledge grows with each engagement.
-
Do I need a IDE or a special text editor to make changes?
- No, you don't. You can use NotePad to make changes.
This project is MIT licensed.