Skip to content

tssa017/ohmyfood_menu_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ohmyfood

I built this menu selection website with HTML and the CSS preprocesser Sass, as project 3 for the OpenClassrooms Web Developer path. The objective was to integrate mobile mock-up designs and to use CSS animations.

To view the project

To view the project quickly, visit my GitHub website here: https://tssa017.github.io/ohmyfood_menu_app/

Otherwise, clone the project

git clone git@github.com:tchienn/ohmyfood_menu_app.git

Enter the project directory and then compile the Sass using the following command:

cd ohmyfood_menu_app
sass sass/index.scss css/index.css

Launch the server with the following commands:

npm install -g http-server
http-server

For developers:

If you need to compile the Sass live, use the following command:

sass --watch sass/index.scss css/index.css