A capstone project at Microverse module HTML/CSS. A musical instrument store for displaying different instrument including local varieties, this website was designed using HTML, CSS3/SCSS, Bootstrap, Font awesome with also an extensive use of the grid and flex properties. I used all SCSS core functionality: variables, mixins, module and functions.
Watch a video presentation of the project here
find design specification by Mohammed Awad here
- HTML
- CSS3/SCSS
- Bootstrap
- Font awesome icons
- Webhint/Stylelint linters
- NPM scripts for testing and running the SCSS changes
- You can navigate between pages using the navigation links and the search form.
- Create a folder in your local machine
- From your local device
cd
into the local repository - From machine terminal
- run
$ git clone https://github.com/DanSam5K/Capstone-project-Html-css.git
- cd into the clone project folder
- Then you have a local version on your machine.
- From your command line terminal follow the instructions to run linters check:
- run
$ npm install
. - run
$ npx hint --telemetry=off .
to check the HTML - run
$ npx stylelint "**/*.{css,scss}"
to check for errors in CSS files. - run
npm run watch
to start watching for SCSS changes.
- Deployed using github pages.
- I Plan to add a backend features in future.
👤 Daniel Samuel
Give a ⭐️ if you like this project!
This project is MIT license.