-
Given these design sketches, figma file: https://www.figma.com/file/Vjc8k3ZxFmj8jTQbKykpOR/CSS-Challenge?node-id=0%3A1
-
Implement the included design using a layout grid with 12 columns and with the following breakpoints:
- small: 0 - 575px;
- medium: 576 - 991px;
- large: 992 - 1440px
- max-width: 1440px
-
You can use this repo as a base, or bake your own.
-
Add a
.txt
or.md
-file with your reflections about the task (keep it brief, we don't want to take up to much of your time!😅, this could be anything, but for example it could be anything you weren't happy about with your implementation, something that was hard, did you get any help (did that help?), ...) -
Submit as a git repository (in your own GitHub account (GitLab etc. is also allowd:-)), or a pull request against this repo (fork a repo, creating a pull request from a fork).
-
Any questions: ✉️ [email protected]
<3
Create React App readme below
This project was bootstrapped with Create React App.
In the project directory, you can run:
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.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
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.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.