Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 1.74 KB

README.md

File metadata and controls

42 lines (34 loc) · 1.74 KB

Markdown Previewer!

This is a mini-project that I made for fCC front-end libraries development projects. It's a fun project that converts markdown code into html preview! I used React to build this project!

Things that I used / learned on the way

HTML

  • Semantic tags

CSS

  • Flexbox principles
  • Advanced selectors
  • Reusable classes
  • media-queries
  • Mobile-first Styling
  • AutoPrefixer
  • CSS Post and Pre processors

JS

Resources Read / Watched to learn how to build

Work done

  • Sketch Basic Layout Mobile and Desktop
  • Basic Mobile Layout
  • Explore Marked.js
  • Make links open in new tab
  • Passed Bonus tests