Skip to content

stente3/Order-summary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing
  5. License
  6. Contact
  7. Acknowledgments

About The Project

alt text

This is a challenge taken from the "Frontend Mentor" website, it was made with the aim of consolidating my front-end skills.

Built With

Getting Started

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.

Prerequisites

  • 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

Installation

  1. Clone the repository in the terminal
    git clone https://github.com/stente3/Order-summary.git

Usage

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

Contributing

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/

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Camilo Andrés Fuentes Morales - mikarinkitamo1346@gmail.com

Project Link: https://page-order-summary.netlify.app/

Acknowledgments

About

This is the challenge that was taken from the "front-end mentor", in this use HTML and SCSS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors