- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support -- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
Awesome books This is a simple single app built with html,css and javascript, it eneables users to add books and delete books of their choice.
Client
-add books -remove books -displays books dynamically from javascript.
Running this project on your computer.
To get a local copy up and running, follow these steps.
In order to run this project you need:
-A Git hub account
-Node JS
-Visual Studio Code or any other code editor of your preference
-web browser
Clone this repository to your desired folder:
To Install this project, follow the steps below:
You can find linters for most of the programming languages, e.g. Rubocop for Ruby or ESLint for JavaScript.
Also, there are many ways you can integrate a linter in your workflow:
-text editor plugin
-GitHub Actions
-GitHub apps
Note: The npm package manager is going to create a node_modules directory to install all of your dependencies. You shouldn't commit that directory. To avoid that, you can create a .gitignore file and add node_modules to it:
node_modules/
This is a customizable linting tool that helps you improve your site's accessibility, speed, cross-browser compatibility, and more by checking your code for best practices and common errors.
NOTE: If you are using Windows, make sure you initialize npm to create package.json
file.
npm init -y
- Run
how to use npm: (https://docs.npmjs.com/downloading-and-installing-node-js-and-npm).
npm install --save-dev hint@7.x
- Copy .hintrc to the root directory of your project.
- Do not make any changes in config files - they represent style guidelines that you share with your team - which is a group of all Microverse students.
- If you think that change is necessary - open a Pull Request in this repository and let your code reviewer know about it.
- Run
npx hint .
- Fix validation errors.
A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.
- Run
npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x not sure how to use npm? Read this.
-
Copy .stylelintrc.json to the root directory of your project.
-
Do not make any changes in config files - they represent style guidelines that you share with your team - which is a group of all Microverse students.
If you think that change is necessary - open a Pull Request in this repository and let your code reviewer know about it. 4. Run npx stylelint "*/.{css,scss}" on the root of your directory of your project.
-
Fix linter errors.
-
IMPORTANT NOTE: feel free to research auto-correct options for Stylelint if you get a flood of errors but keep in mind that correcting style errors manually will help you to make a habit of writing a clean code!
To run the project:
- After cloning the project, open it in a code editor of your choice.
- If you're using Vs code you can run with live server by installing the live server extension
👤 Author - OMAIDU OTHNIEL
- GitHub: (https://github.com/othniel2471)
- Twitter: (https://twitter.com/@Oomaidu)
- LinkedIn: (https://www.linkedin.com/in/othniel-omaidu-3350a9164)
👤 Author - MARVIN OTIENO
- GitHub: (https://github.com/marvin-nyalik)
- Twitter: (https://twitter.com/NyalikMarvin)
- LinkedIn: (https://www.linkedin.com/in/marvin-otieno-05ba83263/)
- A navigation section
- A contact page
- A separate page for the add function and display function
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, kindly leave a comment below and share it with someone who enjoys coding! And also give it star, and follow me on github for more. Keep going!
- I'd like to thank microverse
This project is MIT licensed.