Skip to content

A Frontendmentor challenge. Markdown editor built with React.js

Notifications You must be signed in to change notification settings

Av1-Lv5/markdown-editor-FM

Repository files navigation

Markdown editor

A simple markdown editor built with React js.

preview screenshot

The designs are from a challenge by frontendmentor.io

Frontendmentor is a platform offering, some free and paywalled professional designs for frontend developers to create stunning projects.

Clone this?

Follow these steps if you want to clone this and play around with the code.

  1. pnpm i if you want to use some other package manager like yarn or npm, delete the pnpm-lock.yaml file before doing so.
  2. Start tinkering.

Steps followed

These are the steps i followed in creating the initial setup.

  1. pnpm create vite@latest markdown-editor --template react-ts
  2. pnpm i vite-plugin-svgr svgr converts svg files as react components.

Useful resources