This exercise is to test your Front-end skills. You have to take the following designs and convert them to a website.
- Review the designs shared with you.
- Break the components as per Atomic Design.
- Please avoid using Bootstrap, Foundation, or similar CSS frameworks
- Click on this button to open the sandbox
- Login to Codesandbox using the
Sign in with GitHub
button on the top right corner. - You can start working on the implementation as per designs
- To update the markup update the
index.html
file - You can write styles in
src/sass/styles.scss
and create new partials in that directory. - You can add JS in
src/js/index.js
- Showcasing use of CSS Grids and Flex
- Addressing a11y issues
- Keeping things performant
- After you are done with the exercise share the link to your forked sandbox to us.