The awesome books project utilizes Javascript's import export functionality to pass classes from one JS file to another. It also has luxon dependency installed for time visibility on the ui
- Major Languages: JAVASCRPT, HTML, CSS
- Major Technologies : Git, Github
Clone the repository and setup the linter
To get a local copy up and running follow these simple example steps.
- npm ( Node Package Manager )
- git and Github Account
To get a local copy up and running follow these simple example steps.
- Open terminal
- Change the directory you want put the repo
- Then run i. Run git clone https://github.com/vigehi/awesomebooks2.git ii. cd repo-name/
-
Webhint linter
npm install --save-dev [email protected]
-
Stylelint linter
npm install --save-dev [email protected] [email protected] [email protected] [email protected]
-
ESLint linter
npm install --save-dev [email protected] [email protected] [email protected] [email protected]
-
luxon libray
npm install --save luxon
- Webhint linter -
npx hint .
on the root of your directory of your project. - Stylelint linter
npx stylelint "**/*.{css,scss}"
on the root of your directory of your project.
- ESLint linter
npx eslint .
on the root of your directory of your project.
👤 Edith oga
Give a ⭐️ if you like this project!
- To morning session team,reviewers and standup team memebers.
This project is MIT licensed.