This 'Build a Markdown Previewer' exercise is from the Front End Development Libraries Projects on freecodecamp.org
You can view this project on my GitHub pages: duncan-s-white.github.io/markdown-previewer/
This was my first project bootstrapped with Create React App.
The project uses:
- Class components.
- Custom CSS to style in a windows 95 style, for fun!
Some dependencies used:
- remarkable - for the conversion of the markdown to HTML
- fortawesome - for icons
- gh-pages - to build and deploy to GitHub pages
Clone the project to your machine. Then in the project directory, to install dependencies, run the command:
npm install
Then to run the app in development mode, run the command:
npm start
Open http://localhost:3000 to view it in your browser.