{"id":15891297,"url":"https://github.com/th3wall/react-markdown-previewer","last_synced_at":"2025-04-02T17:24:12.691Z","repository":{"id":110748545,"uuid":"323179466","full_name":"Th3Wall/react-markdown-previewer","owner":"Th3Wall","description":"I have structured the project with two small React components and I have styled it with a little bit of custom SASS. You can write or paste your code/text inside the left textarea and the markdown will be previewed in the right panel. I have used a library (Marked.js) in order to parse the markdown and let it be available for the app to be previewed.","archived":false,"fork":false,"pushed_at":"2021-07-26T21:16:28.000Z","size":207,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-08T08:12:03.976Z","etag":null,"topics":["markedjs","react","react-hooks"],"latest_commit_sha":null,"homepage":"https://react-markdown-prev.netlify.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Th3Wall.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-12-20T22:45:14.000Z","updated_at":"2023-01-27T09:48:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"a338074c-399a-4f01-83e2-2801604fce70","html_url":"https://github.com/Th3Wall/react-markdown-previewer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Th3Wall%2Freact-markdown-previewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Th3Wall%2Freact-markdown-previewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Th3Wall%2Freact-markdown-previewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Th3Wall%2Freact-markdown-previewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Th3Wall","download_url":"https://codeload.github.com/Th3Wall/react-markdown-previewer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246857786,"owners_count":20845194,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["markedjs","react","react-hooks"],"created_at":"2024-10-06T07:21:29.221Z","updated_at":"2025-04-02T17:24:12.671Z","avatar_url":"https://github.com/Th3Wall.png","language":"JavaScript","readme":"# React Markdown Previewer\n\u003e This is a very small project created with the purpose of learning the fundamentals of React.js starting from a simple [Create React App](https://github.com/facebook/create-react-app).\n\n## 🎯 About ##\n\nI've started this project with the idea of reworking one of the ending projects of the Front End Libraries Certification (300 hours) of [FreeCodeCamp](https://www.freecodecamp.org/learn).\nI have structured the project with two small React components and I have styled it with a little bit of custom SASS.\nYou can write or paste you code/text inside the left textarea and the markdown will be previewed in the right panel.\nI have used a library ([Marked.js](https://marked.js.org/)) in order to parse the markdown and let it be available for the app to be previewed.\n\n## ▶️ Demo\n\nHere you can find the demo link:\n\n- [Netlify](https://react-markdown-prev.netlify.app/)\n\n## :sparkles: Features ##\n\n:heavy_check_mark: \u0026nbsp;Responsive site\u003cbr/\u003e\n:heavy_check_mark: \u0026nbsp;React Hooks\u003cbr/\u003e\n:heavy_check_mark: \u0026nbsp;Markdown parsing\n\n## :rocket: Technologies ##\n\n- [React](https://reactjs.org/)\n- [SASS/SCSS](https://sass-lang.com/)\n- [Marked.js](https://marked.js.org/)\n- [Netlify - Responsible for the deploy (have a look below)](https://www.netlify.com/)\n\n## Netlify deploy \u0026 configuration\n\n\u003e The site is developed with some specific https://netlify.com apis.\n\n[![Netlify Status](https://api.netlify.com/api/v1/badges/518e8e71-ed66-46b5-a401-efb407638368/deploy-status)](https://app.netlify.com/sites/react-markdown-prev/deploys)\n\n### Deploy configuration steps\n\n1. Connect your GitHub account to Netlify\n3. Select the project\n2. In Settings → Build \u0026 Deploy → Set **Build command** to : **_npm run build_**\n3. In Settings → Build \u0026 Deploy → Set **Publish directory** to : **_build_**\n\n## Available Scripts\n\nIn the project directory, you can run:\n\n### `npm start`\n\nRuns the app in the development mode.\\\nOpen [http://localhost:3000](http://localhost:3000) to view it in the browser.\n\nThe page will reload if you make edits.\\\nYou will also see any lint errors in the console.\n\n### `npm test`\n\nLaunches the test runner in the interactive watch mode.\\\nSee the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.\n\n### `npm run build`\n\nBuilds the app for production to the `build` folder.\\\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\\\nYour app is ready to be deployed!\n\nSee the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.\n\n### `npm run eject`\n\n**Note: this is a one-way operation. Once you `eject`, you can’t go back!**\n\nIf 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.\n\nInstead, 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.\n\nYou 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.\n\n## Learn More\n\nYou can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).\n\nTo learn React, check out the [React documentation](https://reactjs.org/).\n\n### Code Splitting\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)\n\n### Analyzing the Bundle Size\n\nThis 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)\n\n### Making a Progressive Web App\n\nThis 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)\n\n### Advanced Configuration\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)\n\n### Deployment\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)\n\n### `npm run build` fails to minify\n\nThis 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)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fth3wall%2Freact-markdown-previewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fth3wall%2Freact-markdown-previewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fth3wall%2Freact-markdown-previewer/lists"}