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.
- Host: GitHub
- URL: https://github.com/c-ehrlich/markdown-previewer
- Owner: c-ehrlich
- Created: 2021-11-15T18:02:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-14T15:20:17.000Z (over 4 years ago)
- Last Synced: 2024-10-05T14:43:24.813Z (over 1 year ago)
- Topics: freecodecamp, javascript, material, react, zustand
- Language: JavaScript
- Homepage: https://c-ehrlich.github.io/markdown-previewer/
- Size: 2.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)

## 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`