Skip to content

JacobGrisham/Flexbox-Layout-with-Responsive-Design

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I wrote the code in the sass directory and package.json. The other files were provided by the instructor.

App Demo

AppDemo

Advanced Responsive Design

ResponsiveDemo

💡Lessons Learned

  • flexbox
  • media queries
  • animations
  • Sass mixins
  • Sass variables
  • BEM notation
  • setting up build process with npm scripts

🚀 Getting Started

To run this project locally:

  • In your terminal, navigate to the root folder and run the following commands
$ npm install
$ npm start

📣 Reference