Skip to content

Latest commit

 

History

History
55 lines (33 loc) · 2.01 KB

README.md

File metadata and controls

55 lines (33 loc) · 2.01 KB

Softswiss test task

design in figma

Levels of implementation

Standard Level:

Adaptive layout of all page elements using the SASS preprocessor.

Intermediate Level:

Adaptive layout using the SASS preprocessor, implementation of interactive elements on hover, implementation of burger menu logic for mobile devices using JavaScript.

Advanced Level:

Adaptive layout, implementation of interactive elements on hover, implementation of burger menu logic for mobile devices without using JavaScript (using CSS).

Requirements:

  1. The layout must exactly match the design and be fully adaptive. The design includes three viewports, so you should focus on them.
  2. The use of any frameworks or libraries for creating adaptive design is prohibited.
  3. Use flex/grid for creating layouts.
  4. It is recommended to use Multiple Backgrounds for background implementation.
  5. Images must be optimized and, if possible, use SVG.

App preview

App preview

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!!!

See the section about deployment for more information.