Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rohitkumar-tech/quickmark-preview
This is a react based website fully responsive which can render the markdown text input into HTML format in real-time
https://github.com/rohitkumar-tech/quickmark-preview
css github hostinger html javascript markdown npm react react-mar tinymce versal yarn
Last synced: 3 days ago
JSON representation
This is a react based website fully responsive which can render the markdown text input into HTML format in real-time
- Host: GitHub
- URL: https://github.com/rohitkumar-tech/quickmark-preview
- Owner: RohitKumar-tech
- License: mit
- Created: 2024-03-23T18:13:32.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-28T18:18:23.000Z (8 months ago)
- Last Synced: 2024-03-29T18:36:14.093Z (8 months ago)
- Topics: css, github, hostinger, html, javascript, markdown, npm, react, react-mar, tinymce, versal, yarn
- Language: JavaScript
- Homepage: https://quick-mark-preview.vercel.app/
- Size: 79.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Getting Started with Create React App
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Deployment
[Versal](https://quick-mark-preview.vercel.app/) Free hosting through github.
[Hostinger](https://kumar-rohit.com) Paid hosting deployed using npm run build command and hosted it on hostinger.
## Available Scripts
In the project directory, you can run:
### `yarn start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.The page will reload if you make edits.\
You will also see any lint errors in the console.### `yarn test`
Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.### `yarn build`
Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
### `yarn eject`
**Note: this is a one-way operation. Once you `eject`, you can’t go back!**
If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.
You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.
## Learn More
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
To learn React, check out the [React documentation](https://reactjs.org/).
### Code Splitting
This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)
### Analyzing the Bundle Size
This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)
### Making a Progressive Web App
This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)
### Advanced Configuration
This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)
### Deployment
This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)
### `yarn build` fails to minify
This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
## Highlights of the project
This project is based on react.js , html , css . This website converts markdown code to html code .
## Library used in this project
1. [Markdown-to-jsx](https://www.npmjs.com/package/markdown-to-jsx) This library is used to convert markdown code to html code.
2. [tinymce-react](https://www.tiny.cloud/my-account/integrate/#react) This library is used to get the text editor
## Snippet of the Website
![Desktop1](images/desktop_1.png)
![Desktop2](images/desktop_2.png)
![mobile1](images/Mobile_1.jpg)
![mobile2](images/Mobile_2.jpg)
![mobile2](images/Mobile_3.jpg)## working [ Install the following libraries ]
npm i markdown-to-jsx
npm install @tinymce/tinymce-react
## Contibutors
[Rohit Kumar](https://www.rohitsaraf.in)