Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.62 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.62 KB

Markdown Previewer

Markdown Previewer is the second project for the Front End Development Libraries course that is hosted by FreeCodeCamp. It utilizes the React JavaScript library to build the UI. Furthermore, the program uses Marked to parse the user input in the Editor component and the parsed markdown will then be displayed in the Preview component.

License: GPL v3

📚 Dependencies

React NodeJS

Learn more about React here!

In order to use the project, you need to download NodeJS for the necessary commands.

Install NodeJS here

After this, you have to install additional project dependencies, while being in the directory of the project. This can be done by running the following command:

npm install

🚀 Running the program

In order to start the program, all you need to do is run this command:

npm start

After this, you are good to go!

🙏 Credits

FreeCodeCamp

This project is a part of FreeCodeCamp Front End Development Libraries Course. While some ideas have been received from their example project and the instructions have been followed, all the components have been made by me.