Table of Contents
This is a challenge taken from the "Frontend Mentor" website, it was made with the aim of consolidating my front-end skills.
This is the structure of the folders.
The-project/
├──index.html
├── public/
│....├──css/
│....├──assets/
│.........└──img/
└── source/
......├──designs/
......├──img/
......└──sass/
...........├──base/
...........├──layout/
...........└──app.scss
The sass files that are inside the "base" folder are the general configuration of the project and the files that are inside the "layout" folder are the ones that directly affect the client-side layout.
- You need a web browser to view the content, it is recommended NOT to use Internet Explorer
- A code editor to modify the content
- Git to clone the repository
- The "Live Sass Compiler" visual studio code extension or any other Sass compiler
- Clone the repository in the terminal
git clone https://github.com/stente3/Order-summary.git
The only thing you need to start modifying the project is to have a Sass compiler and the modified Css file must be sent to the app.css file found in the following location
The-project /
├── public /
│....└──css /
And a code editor to be able to modify any other file
I thank the platform "Frontend Mentor" for helping me improve my Frontend skills with all the challenges they offer
You can find this and many more front end challenges by visiting their website https://www.frontendmentor.io/
Distributed under the MIT License. See LICENSE for more information.
Camilo Andrés Fuentes Morales - mikarinkitamo1346@gmail.com
Project Link: https://page-order-summary.netlify.app/
