From 3b4f6183b446fa9b6396a609f5df925526d49276 Mon Sep 17 00:00:00 2001 From: Tarik Jaber <55803936+tarikjaber@users.noreply.github.com> Date: Mon, 13 Feb 2023 17:29:23 -0500 Subject: [PATCH 1/2] Create README.md --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9b910fa --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +# Code to PDF Generator +This project is a website that allows users to paste source code and generate a PDF file with highlighted syntax. It is built using JavaScript and the highlight.js library. + +## Features +- Text box to paste source code +- Syntax highlighting using the highlight.js library +- Ability to select different themes and programming languages + +## Usage +1. Visit the website +2. Paste your source code into the text box +3. Select your desired theme and programming language +4. Click the "Generate PDF" button to download your PDF file + +## Contributing +This project is open for contributions. If you would like to contribute, please follow these steps: + +1. Fork the repository +2. Create your feature branch (git checkout -b feature/[feature_name]) +3. Commit your changes (git commit -m 'Add [feature_name]') +4. Push to the branch (git push origin feature/[feature_name]) +5. Open a pull request + +## License +This project is licensed under the MIT License. From 413eb835c2583880e0a5e53872bfcd7a71a33a1c Mon Sep 17 00:00:00 2001 From: Tarik Jaber <55803936+tarikjaber@users.noreply.github.com> Date: Mon, 13 Feb 2023 17:34:11 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b910fa..e7e5129 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This project is a website that allows users to paste source code and generate a - Ability to select different themes and programming languages ## Usage -1. Visit the website +1. Visit [the website](https://tarikjaber.github.io/Code-to-PDF/) 2. Paste your source code into the text box 3. Select your desired theme and programming language 4. Click the "Generate PDF" button to download your PDF file