{"id":40758342,"url":"https://github.com/aadhar41/react-markdown-previewer","last_synced_at":"2026-02-01T09:00:55.137Z","repository":{"id":332907727,"uuid":"1135469963","full_name":"aadhar41/react-markdown-previewer","owner":"aadhar41","description":"A simple and efficient React-based web application that allows users to write Markdown text and see the rendered HTML preview in real-time.","archived":false,"fork":false,"pushed_at":"2026-01-17T08:09:58.000Z","size":1441,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-22T02:45:08.405Z","etag":null,"topics":["css3","git","github","html5","nodejs","npm","react-dom","react-markdown","react-scripts","react-to-print","reactjs","remark-gfm","web-vitals"],"latest_commit_sha":null,"homepage":"https://markdown-preview-react.netlify.app/","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aadhar41.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-16T06:24:16.000Z","updated_at":"2026-01-18T05:56:53.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/aadhar41/react-markdown-previewer","commit_stats":null,"previous_names":["aadhar41/react-markdown-previewer"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/aadhar41/react-markdown-previewer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aadhar41%2Freact-markdown-previewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aadhar41%2Freact-markdown-previewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aadhar41%2Freact-markdown-previewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aadhar41%2Freact-markdown-previewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aadhar41","download_url":"https://codeload.github.com/aadhar41/react-markdown-previewer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aadhar41%2Freact-markdown-previewer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28974246,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T08:16:14.655Z","status":"ssl_error","status_checked_at":"2026-02-01T08:06:51.373Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["css3","git","github","html5","nodejs","npm","react-dom","react-markdown","react-scripts","react-to-print","reactjs","remark-gfm","web-vitals"],"created_at":"2026-01-21T16:48:03.840Z","updated_at":"2026-02-01T09:00:55.124Z","avatar_url":"https://github.com/aadhar41.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Markdown Previewer\n\nA simple and efficient React-based web application that allows users to write Markdown text and see the rendered HTML preview in real-time.\n\n## Features\n\n- **Live Preview**: See changes instantly as you type.\n- **GitHub Flavored Markdown**: Supports standard GFM syntax including tables, task lists, and code blocks.\n- **Responsive Design**: Works on desktop and mobile browsers.\n- **Syntax Highlighting**: Built-in support for code snippets.\n\n## Screenshots\n\n| Main Interface | Editor View \u0026 Rendered Output |\n| :---: | :---: |\n| ![Main Interface](public/screens/home_screen.png) | ![Editor View \u0026 Rendered Output](public/screens/print_screen.png) |\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js (v14 or higher)\n- npm or yarn\n\n### Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/aadhar41/react-markdown-previewer.git\n   ```\n\n2. Navigate to the project directory:\n   ```bash\n   cd react-markdown-previewer\n   ```\n\n3. Install dependencies:\n   ```bash\n   npm install\n   ```\n\n4. Start the development server:\n   ```bash\n   npm start\n   ```\n\nThe application will be available at `http://localhost:3000`.\n\n## Project Structure\n\n```text\nmarkdown-preview/\n├── public/\n│   └── screens/         # Application screenshots\n├── src/\n│   ├── components/      # React components\n│   ├── App.js           # Main application logic\n│   └── index.js         # Entry point\n└── README.md\n```\n\n## Contributing\n\nContributions are welcome! Please read [CONTRIBUTING.md](CONTRIBUTING.md) for more details.\n\n## License\n\nDistributed under the MIT License. See `LICENSE` for more information.\n\n## Author\n\n**Aadhar Gaur**\n\n- **GitHub**: [@aadhar41](https://github.com/aadhar41)\n- **LinkedIn**: [aadhar-gaur-php](https://linkedin.com/in/aadhar-gaur-php)\n\n## Acknowledgments\n\n- [React Markdown](https://github.com/remarkjs/react-markdown) for the core rendering logic.\n- Built with ❤️ by Aadhar Gaur.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faadhar41%2Freact-markdown-previewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faadhar41%2Freact-markdown-previewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faadhar41%2Freact-markdown-previewer/lists"}