An open API service indexing awesome lists of open source software.

https://github.com/c-ehrlich/markdown-previewer

Simple Markdown previewer. Test project for Zustand and Material UI.
https://github.com/c-ehrlich/markdown-previewer

freecodecamp javascript material react zustand

Last synced: about 2 months ago
JSON representation

Simple Markdown previewer. Test project for Zustand and Material UI.

Awesome Lists containing this project

README

          

# Markdown Previewer

A Markdown Previewer built in React. The main purpose of this project was to serve as a test project for Material UI and implementing accessibility features such as keyboard accesibility.

Live demo: [https://c-ehrlich.github.io/markdown-previewer/](https://c-ehrlich.github.io/markdown-previewer/)

![Markdown Previewer Screenshot](https://user-images.githubusercontent.com/8353666/149532457-67cd8fe0-2830-44cf-809e-fba7b0c6285e.png)

## Installation and Setup

Clone down this repository. You will need `node` and `npm` installed globally on your machine.

Install Dependencies:

`npm i`

Start the server:

`npm start`

Visit the app:

`localhost:3000`