Awesome books is an app where you can add and remove list books you are currently reading. This app is built with the latest ES6 technology.
- HTML, CSS and Javascript
- No Frameworks were used.
- Technologies used include gitFlow, webhint, stylehint, eslint.
To get a local copy up and running follow these simple example steps.
-
Create a new folder on your computer
-
Open your code editor
-
Open the new folder in your code editor
initialise npm to create package.json file
npm init -y
To install webhint Run
npm install --save-dev [email protected]
To install stylelint Run
npm install --save-dev [email protected] [email protected] [email protected] [email protected]
To install eslint Run
npm install --save-dev [email protected] [email protected] [email protected] [email protected]
npx hint .
npx eslint .
npx stylelint "**/*.{css,scss}"
to check for webhint, eslint and style lint errors
👤 Abraham Ibizugbe
- GitHub: @Ibizigbe
- LinkedIn: Abraham Ibizugbe
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
- etc
This project is MIT licensed.