Skip to content

This is a test assignment for the position of frontend developer with a bias towards layout at Softswiss. The task is to layout one SPA page of a fictional application. It was recommended to use create-react-app to create the project.

Notifications You must be signed in to change notification settings

IhorSylakov/softswiss-assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

This is a test assignment for the position of frontend developer with a bias towards layout at Softswiss. The task is to layout one SPA page of a fictional application. It was recommended to use create-react-app to create the project.

Topics

Resources

Stars

Watchers

Forks