- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
This project has been created for adding books by users and they can delete any book at specified index. Welcome to my portal for Awesome Books which stores the book data users enter and writes it in the HTML elements. Created a collection that keeps a list of books. Created a function to add a new book to the collection, with title and author. Create a function to remove a book from the books list. Displayed all books saved in the collection in the top part of the page. When a user clicks the "Add" button: A new book is added to the collection. The new book is displayed on the page. When a user clicks the "Remove" button: The correct book is removed from the collection. The correct book disappears from the page. Data is preserved in the browser's memory by using [localStorage]
- HTML.
- CSS.
- JavaScript
- LINTERS.
Client
- Book Stores
- Libraries
- Schools
- Added html.index file.
- Added style.css file.
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Web Browsers
- Code Editor.
- Git -smc.
Clone this repository to your desired folder: Run this command.
Install this project with: Run this command:
- cd my-project
- npm install
To run the project, execute the following command: OPen index.html using live server.
- Thanks to my coding partner for adding his code part
👤 Qaisar Abbas
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
- Add form
- Add title input
- Add author input
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, Write to me and give me a good rating.
I would like to thank and appreciate Microverse for arranging challanges for us to enhace our coding skills.add
This project is MIT licensed.