The Bookstore CMS (Content Management System) is a web application designed to help bookstores efficiently manage their inventory, track book sales, and provide a seamless experience for customers. It serves as a central platform where bookstore owners and staff can handle various aspects of their business, from book cataloging to order processing. The application is user-friendly, intuitive, and tailored to meet the specific needs of book retailers.
Head to the LIVE DEMO SECTION for Live links and presentations
View the live demo of this project by clicking the text below.
To get a local copy up and running, follow these steps.
Clone the repository
git clone https://github.com/geekelo/recalc-webapp.git
And you are ready to begin your project
This project contains An HTML FILE (free to edit) - file that contains html codes to give structure to the main webpage A CSS FILE (free to edit) - file that contains css codes to style the webpage A GIT IGNORE FILE (free to edit) - to hide personal or private files HTML/CSS LINTER FILES (should not edit) - Do not make changes A JAVASCRIPT FILE (free to edit) - that handles functionalities and dynamic HTML
You should have Node and Git Installed You should have basic knowledge on HTML / CSS / JavaScript You should have a code editor
Download install VSCODE and Git To install linters, execute the following commands:
Initialize npm | ``` npminit -y ``` HTML | ``` npm install --save-dev hint@7.x ``` CSS | ```npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x ```
Usage
To run the linters, execute the following command and fix linter errors:
HTML | ``` npx hint . ``` CSS | ```npx stylelint "**/*.{css,scss}" ``` If you get a flood of errors keep in mind that linters guide you in writing a clean code!
Run Tests
You can run this program on your browser
You can deploy this project using the following procedure:
π€ Eloghene Otiede
You can offer Contributions, submit an issue, and make a feature request.
Please give a βοΈ to support this project
I would like to thank Microverse for inspiring this project Fonts: Google Fonts
This project is MIT licensed.