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
- Host: GitHub
- URL: https://github.com/normanrichardson/fcc-markdown-previewer
- Owner: normanrichardson
- Created: 2021-09-10T10:12:21.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-24T08:51:10.000Z (over 4 years ago)
- Last Synced: 2025-01-06T03:43:48.782Z (over 1 year ago)
- Topics: bootstrap, jquery
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`