Skip to content

Latest commit

 

History

23 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ohmm-Amulet-Shop

▶ Visit : Ohmm-Amulet-Shop

WEB TECHNOLOGY | 2rd Year Term 1/2022

Important

Ref

https://www.mcdonalds.co.th/mcDelivery/category/burger

Getting Started

To get started, follow these steps:

  1. Clone this repository using git clone https://github.com/Intummadee/Ohmm-Amulet-Shop.git
  2. To navigate to a directory named OhmmAmulet using cd OhmmAmulet
  3. Install dependencies using npm install
  4. Run the app using npm start

Tech Stack :

  • Language: HTML, CSS, Javascript, Bootstrap,
  • Database: Local Storage
  • Version Control: Git and GitHub
  • Code Editor and tools: VS Code

🍁 How to Run

  • Sasss : IMPORTANT! Browsers can only read CSS, not SCSS directly, so you must always compile SCSS to CSS first and link the CSS file in your HTML file. npx sass --watch views/styles.scss:views/styles.css

🍹 Dependency

Sass package

  • npm install -g sass : installs the sass package globally on your system
  • npm install --save-dev sass : installs the sass package as a development dependency within the current project.

⛱ Suggest Extension

  • Live Sass Compiler

Ref

https://sass-lang.com/guide/

https://sass-lang.com/install/

https://sweetalert2.github.io/

https://codepen.io/kevinwitkowski/pen/MWbxNGe


All Repositories