Javascript-computer-store-assignment

Table of Contents

  1. Install
  2. Usage
  3. Demo
  4. Maintainers
  5. Contributing
  6. Conventions
  7. License

Install

Install Live Server Extension in Visual Studio Code.

Usage

Open with Live Server press: Alt+L Alt+O or Right click and press Open With Live Server option.

Demo

Live via Github Pages: https://omarabdiali.github.io/javascript-computer-store-assignment/

Maintainers

@OmarAbdiAli

Contributing

No active contributors.

Conventions

fix: <description> a commit of the type fix patches a bug in your codebase (this correlates with PATCH in Semantic Versioning).
feat: <description> a commit of the type feat introduces a new feature to the codebase (this correlates with MINOR in Semantic Versioning).
BREAKING CHANGE: <description> a commit that has a footer BREAKING CHANGE:, or appends a ! after the type/scope, introduces a breaking API change (correlating with MAJOR in Semantic Versioning). A BREAKING CHANGE can be part of commits of any type.

Read more: Conventional Commits v1.0.0

License

No active license.