Git Product home page Git Product logo

theming-scss's Introduction

CSS Coding Test

The CSS Theming Coding Test is a way for you to demonstrate your strong UX and design sensibilities, while following pixel-perfect design specifications. PLEASE READ ALL INSTRUCTIONS BELOW BEFORE STARTING.

The Task

You have been provided the below link to the desktop and mobile designs for a Clinique Single Product Page:

https://www.figma.com/file/uN59FhzJ0X7OVrI5jGNXHi/CSS-Theming-Coding-Test?node-id=0%3A1

Your task is to use HTML/CSS/SCSS, including the BEM (Block Element Modifier) methodology (https://en.bem.info/methodology/), to translate these specs into a pixel-perfext UI.

Specifically, you are styling all of the following React components found in the starter code:

  • src/Product.js
  • src/ProductImage.js
  • src/ProductPurchase.js
  • src/ProductDesc.js

DO NOT STYLE OR MAKE ANY EDITS TO THE MENU. The navigation menu (src/Menu.js) has already been styled and is not included in the test.

Additional Notes:

  • THIS IS NOT A REACT/JAVASCRIPT CODING TEST. You should only need to use HTML/CSS/SCSS to accomplish this task.
  • In the Figma design, click on Code and then CSS, (in the top right of the page) to view the dimensions for all elements.
  • Feel free to add additional DOM elements as needed.
  • All styles should be added to src/styles/product.scss, but feel free to create additional scss files as necessary.
  • All font files have been included under src/fonts and can be found in src/styles/fonts.scss. DO NOT USE ANY OTHER FONTS.
  • All necessary images and icons have been provided in the src/images folder. Feel free to re-export any images from Figma, but please use HTML/CSS/SCSS to style everything else.
  • Please make sure your submission is responsive. DO NOT build a separate mobile and desktop version.
  • Remember to use BEM!

Getting Started

Prerequisites

  • NodeJS = 14.x
  • npm

Step 1 - Node Modules

The first thing you need to do to get this app working is to install the node modules with the following command:

npm install

Step 2 - Running the App

After installing the Node modules, you can run the app in development mode with this command:

npm start

Open http://localhost:3000 to view the product page in the browser.

Additional Submission Guidelines

  • Please DELETE the node_modules folder prior to sending your code for review
  • If any additional commands are necessary to run your code, please make sure this is documented

theming-scss's People

Contributors

votoan410 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.