Project Title

https://javascript.plainenglish.io/how-to-set-up-a-js-dev-environment-5104f3b24ccb

Table of contents

Overview

The challenge

Users should be able to:

  • View the optimal layout for the interface depending on their device's screen size
    • Mobile-first, for viewports < 600px
    • Tablet(Portrait and Landscape), for viewports from 600px to 1200px
    • Desktop for viewports < 1200px
  • See hover and focus states for all interactive elements on the page

Screenshot

Demo

View Site Demo: here

My process

Built with

Vue iconJavaScript iconSass iconCSS iconBEM iconHTML iconNetlify iconFigma icon

What I learned

Use this section to recap over some of your major learnings while working through this project. Writing these out and providing code samples of areas you want to highlight is a great way to reinforce your own knowledge.

To see how you can add code snippets, see below:

<h1>Some HTML code I'm proud of</h1>
.proud-of-this-css {
  color: papayawhip;
}
const proudOfThisFunc = () => {
  console.log('🎉')
}

Continued development

Useful resources

  • Example resource 1 - This helped me for XYZ reason. I really liked this pattern and will use it going forward.
  • Example resource 2 - This is an amazing article which helped me finally understand XYZ. I'd recommend it to anyone still learning this concept.

Author