Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jvitoralb/markdown-previewer
A Markdown Previewer with JavaScript, Bootstrap, and Sass.
https://github.com/jvitoralb/markdown-previewer
Last synced: about 1 month ago
JSON representation
A Markdown Previewer with JavaScript, Bootstrap, and Sass.
- Host: GitHub
- URL: https://github.com/jvitoralb/markdown-previewer
- Owner: jvitoralb
- Created: 2022-05-23T20:50:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-22T16:33:16.000Z (over 1 year ago)
- Last Synced: 2024-11-11T11:47:41.443Z (3 months ago)
- Language: HTML
- Homepage:
- Size: 1.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## This is a Markdown Previewer
[To see the project live click here](https://jvitoralb.github.io/Markdown-Previewer/)!
This project is part of the Front End Development Libraries certification course for the freeCodeCamp curriculum.
In this project, I used JavaScript, Bootstrap, and Sass to change some default Bootstrap variables.
Also used the Marked library to parse Markdown.The main goal of this project was to practice Bootstrap and Sass.
In the `main.js` file, you can find all the JS logic to make the project work,
and in the `defaultTexts.js` file, you find some texts that are rendered with marked, so the main JavaScript file is organized.