Skip to content

A solution to the In-browser markdown editor challenge on Frontend Mentor.

Notifications You must be signed in to change notification settings

HarrisonPeace/in-browser-markdown-editor

Repository files navigation

Frontend Mentor - In-browser markdown editor solution

This is a solution to the In-browser markdown editor challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.

Table of contents

Overview

The challenge

Users should be able to:

  • Create, Read, Update, and Delete markdown documents
  • Name and save documents to be accessed as needed
  • Edit the markdown of a document and see the formatted preview of the content
  • View a full-page preview of the formatted content
  • View the optimal layout for the app depending on their device's screen size
  • See hover states for all interactive elements on the page
  • Use localStorage to save the current state in the browser that persists when the browser is refreshed

Screenshot

Links

Built with

  • Semantic HTML5 markup
  • SCSS custom properties
  • Vue - JS library
  • Pinia - State management
  • Bootstrap - For styles

Author

Commands

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

About

A solution to the In-browser markdown editor challenge on Frontend Mentor.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published