Books_App_ES6
Books_App_ES6 copied to clipboard
JavaScript app for a basic Books Library, which stores all the books in local storage and dynamically displays them on the website. The project was designed without any external styles or libraries, m...
📗 Table of Contents
- 📖 About the Project
- 🛠 Built With
- Tech Stack
- Key Features
- 🚀 Live Demo
- 🛠 Built With
- 💻 Getting Started
- Setup
- Prerequisites
- Install
- Usage
- Run tests
- Deployment
- 👥 Author
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ (OPTIONAL)
- 📝 License
📖 [Awesome Books!] (ES6)
Introducing my first Javascript app where you are able to manage the books using the local storage.
🛠 Built With
Tech Stack
Client
Server
- N/A
Database
- local storage used in order to keep the library content
Key Features
- [ES6 updated, used modules and Luxon library in order to display the date & time]
(back to top)
🚀 Live Demo
https://user-images.githubusercontent.com/92229666/230481477-09592315-6ff0-428c-a746-d2a6de205eb9.mp4
(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 have a computer, Internet, Keyboard and Mouse
Setup
Clone this repository to your desired folder:
Open it with Visual Studio Code, and open a server with "LiveServer".
Install
Install this project with:
Installation is not necessary
Usage
To run the project, execute the following command:
Open Live Server
Run tests
To run tests, run the following command:
To check the HTML functionality use: 'HTML npx hint .'
To check the CSS functionality use: 'npx stylelint "**/*.{css,scss}"'
To check the JavaScript functionality use: 'npx eslint."'
Deployment
You can deploy this project using:
Your software of preference
(back to top)
👥 Author
- GitHub: @VelzckC0D3
- LinkedIn: VelzckC0D3
🔭 Future Features
- [ ] [Shows correct functionality]
- [ ] [It can be used to create any object for a website, not just books]
- [ ] [ES6 Optimized]
(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, be pending on my profile since I'll be doing much more!
(back to top)
🙏 Acknowledgments
I would like to thanks my Microverse Team for helping me to get this done.
(back to top)
❓ FAQ
-
[What was the most difficult thin to achieve here?]
- [The implementation of the function itsefl was quite a challenge for me since I'm not familiarized with it]
(back to top)
📝 License
This project is MIT licensed.
(back to top)