Awesome books" is a simple website that displays a list of books and allows you to add and remove books from that list.
Additional description about the project and its features.
- HTML
- CSS
- JavaScript
- Stylelint, Github Actions
To get a local copy up and running follow these simple example steps.
- Node and NPM
- Web browser (Google chrome)
- Code Editor (VSCode)
- Clone the project
git clone https://github.com/rotimiazeez/
Awesome_books.git
- Install Dependencies
npm install
To run StyleLint by itself, you may run the lint task:
npx stylelint "**/*.{css,scss}"
Or to automatically fix issues found (where possible):
npx stylelint "**/*.{css,scss}" --fix
You can also check against Webhint:
npx hint --telemetry=off .
- Github: @rotimiazeez, @xJokeer
- Twitter: @harzeyzh
- Linkedin: @azeezrotimi019
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration, resources/assets used
- etc