"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.
- Vanilla JavaScript
- HTML
- SCSS
- Responsive Design
- npm
To get a local copy up and running follow these simple example steps.
- Clone the repository using
git clone https://github.com/anuarshaidenov/Awesome-books.git
- cd into the cloned repository
cd Awesome-books
- You now have the access to the files on your local machine!
Install the node_modules/ folder to be able to locally run the linter commands. Run:
npm install
To check Webhint linter errors run:
npx hint .
To check Stylelint linter errors run:
npx stylelint "**/*.scss"
To check ESLint errors run:
npx eslint .
👤 Author1
- GitHub: @anuarshaidenov
- Twitter: @anuarnyi
- LinkedIn: LinkedIn
👤 Author2
- GitHub: @Kingsleyibe
- Twitter: @ibekingsley2
- LinkedIn: Kingsley Ibe
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.