Skip to content

BasedOnADream/MD-Notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MD Notes

Overview

MD Notes is a web application made using ReactJS. It's purpose is to give an user easy ability to edit, create, download and preview markdown files. Every note is saved in the Localstorage. MD Notes idea was inspired by freeCodeCamp.org ReactJS tutorial on YouTube. The editor was slightly improved compared to its counterpart from the video. Website design goes to freeCodeCamp.org. Code is entirely mine excluding the ReactJS itself. icons and favicon are made by fontawesome.com. Font provided by Google Fonts.


Getting Started

To get started run create a new react app using npx create-react-app md-notes in command line. Then repleace all the files in the app with the MD Notes ones. You are set just type NPM START in the app folder using command line to access the app.


Images

previewMode Image writeMode Image