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

https://github.com/normanrichardson/fcc-markdown-previewer

A web application built for the freecodecamp.org course on Front End Development Libraries
https://github.com/normanrichardson/fcc-markdown-previewer

bootstrap jquery

Last synced: 2 months ago
JSON representation

A web application built for the freecodecamp.org course on Front End Development Libraries

Awesome Lists containing this project

README

          

# [FCC-Markdown-Previewer](https://www.freecodecamp.org/learn/front-end-development-libraries/front-end-development-libraries-projects/build-a-markdown-previewer)

This was put together for the Front End Development Libraries course on [FCC](https://www.freecodecamp.org/learn/front-end-development-libraries).
The aim was to create a website to render markdown text.
The application uses jQuery for updating the HTML elements and Bootstrap to create a responsive frontend.

View [here](https://normanrichardson.github.io/FCC-Markdown-Previewer/).

### Project requirements

The project requirements can be tested by selecting the "hamburger menu" in the top left and selecting the "markdown previewer" option.

### Project Improvements

* Deployed to on Github pages [here](https://normanrichardson.github.io/FCC-Markdown-Previewer/).

### Usage
1. Clone the Repository
```
$ git clone https://github.com/normanrichardson/FCC-Markdown-Previewer.git
$ cd FCC-Markdown-Previewer
```

2. Run a local server
For example:
```
$ python -m http.server
```
View on `localhost:8000`