- π About the Project
- π» Getting Started
- π₯ Authors
- π Future Features
- π€ Contributing
- βοΈ Show your support
- π Acknowledgements
- π License
Markdown previewer is a simple project that aims to clone FreeCodeCamp's version. To do this, I have built a page using React (Vite) and copied the CSS to get the same look. To get the logic done I've used the "marked" library.
- Textarea where you can input text
- Preview section that outputs the marked down text
visit this link for a live demo!
To get a local copy up and running, follow these steps.
In order to run this project you need a browser.
Clone this repository to your desired folder:
Example commands:
cd my-folder
git clone [email protected]:myaccount/my-project.git
Install this project with:
Example command:
npm install
To run the project, execute the following command:
npm run dev
To run tests, click on the hamburger button and select "Markdown previewer" (note: these are the tests that FreeCodeCamp include.).
π€ TomΓ‘s Esquivel
- GitHub: @tomasesquivelgc
- [] Expand and minimize button on topBar
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project give it a star.
I would like to thank Microverse and my friends and family for their support.
This project is MIT licensed.