This project is the first project of Module 2 of Microverse Full Stack Program. It's a simple book list app, where the user can add or remove books.
Client
- Add books The user can add a new book to the book list.
- Add books The user can remove any of the books they added to the list.
- Persistent data The book list is persistent even when the user refreshed the page.
- The link to my online portfolio Live Demo Link
To get a local copy up and running, follow these steps.
In order to run this project you need:
Clone this repository to your desired folder:
cd desired-folder
git clone https://github.com/meryemsanem/awesome-books.git
Install this project with:
cd awesome-books
npm install
To run the project, open the HTML file in your browser.
To run the linters, run npx hint .
and npx stylelint "**/*.{css,scss}"
or npx eslint .
from the root directory of the project.
There are currently no tests in this project.
This project is not currently deployed.
👤 Meryem Sanem Küçükbayram
- GitHub: @meryemsanem
- Twitter: @msanemkckbayram
- LinkedIn: Meryem Sanem Küçükbayram
- Use JavaScript classes insead of plain objects
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, you can contribute to it. You are also welcome to give it a star on GitHub.
I would like to thank Microverse for teaching and enforcing professional level practices.
This project is MIT licensed.