- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ (OPTIONAL)
- 📝 License
Favorite Books is a simple webpage that shows a saved book-list of a user.
Client
- Data Saved in Local Storage
- Dynamic List Creation
- Object Constractor
To get a local copy up and running, follow these steps.
In order to run this project you need:
install node.js
Clone this repository to your desired folder:
cd my-folder
git clone git@github.com:Al-Amin-Khan-Shakil/Favorite-Books.git
Install this project with:
Linters
https://github.com/microverseinc/linters-config/blob/master/html-css-js/.github/workflows/linters.yml
To run the project, execute the following command:
npm init -y
npm install --save-dev hint@7.x
npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x
npm install --save-dev eslint@7.x eslint-config-airbnb-base@14.x eslint-plugin-import@2.x babel-eslint@10.x
To run tests, run the following command:
npx hint .
npx stylelint "**/*.{css,scss}"
npx eslint .
You can deploy this project using:
.github.io/Favorite-Books/
👤 Al Amin Khan Shakil
- GitHub: Al Amin Khan Shakil
- Twitter: Al Amin Khan Shakil
- LinkedIn: Al Amin Khan Shakil
- Update Layout
- Complete Website
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project feel free to follow us on Github.
I would like to thank Ayokunnumi Omololu for her contribution to this project.
-
Can I contribute to this project?
- Yes, you can. You can fork you modification on this project. If it gets approval then we will merge your changes.
-
What knowledge Should I have to create a project like this?
- You should have basic HTML, CSS, and JavaScript Knowledge.
This project is MIT licensed.