Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related Issue
Issue No. #416
Description
Added New Features to the Text 2 Readme Project
In this update, I have implemented several key features to enhance the user experience in the editor and improve the overall functionality:
Integrated a markdown editor where users can write and edit markdown text.
The editor automatically updates the live preview in real-time, using the ReactMarkdown component to render the markdown content in a visually formatted way.
Developed a reusable Navbar component with the ability to insert predefined text into the markdown editor.
This feature simplifies the process for users by allowing them to easily add common text elements (like headers, lists, etc.) with just a click.
Added a "Download" button at the bottom of the editor.
The button allows users to download the markdown content generated in the editor as a .md file.
This feature provides users with an easy way to export their generated README content.
Included a check to detect screen size, displaying an alert when the user is not on a PC, advising them to switch to a larger screen for an optimal experience.
Type of PR
check in issue by entering [X] in boxes
Screenshots / Videos (if applicable)
[Attach any relevant screenshots or videos demonstrating the changes]
Checklist
check in issue by entering [X] in boxes
Contribution Guidelines
Thank you for considering contributing to our project! To ensure smooth collaboration and effective contribution management, please adhere to the following guidelines:
Issue Creation
Contribution Levels
Basic Contributions:
Acknowledging Hard Work:
Feature Additions and Component Work:
Level Definitions
We look forward to your contributions and appreciate your effort in helping us improve the project!