https://github.com/yiipu/checkdown
Checkdown is a simple markdown previewer that allows you to work on a checklist with your team in real-time.
https://github.com/yiipu/checkdown
mdx nextjs socket-io
Last synced: 3 months ago
JSON representation
Checkdown is a simple markdown previewer that allows you to work on a checklist with your team in real-time.
- Host: GitHub
- URL: https://github.com/yiipu/checkdown
- Owner: Yiipu
- License: mit
- Created: 2024-05-31T13:52:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-08T12:35:30.000Z (9 months ago)
- Last Synced: 2025-03-26T00:22:43.079Z (3 months ago)
- Topics: mdx, nextjs, socket-io
- Language: JavaScript
- Homepage: https://checkdown.azurewebsites.net
- Size: 1.02 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
real-time checklist workspace
![]()
![]()
![]()
中文 | English## Features
- User & Resource
- [x] File Management
- [x] Login with GitHub or Email
- Custom MDX Rendering
- [x] Interactive Checkboxes
- Workspace
- [x] Invitation Codes
- [x] Checkbox Blame
- [x] Real-time Checkbox State Updates
- Marketplace
- [x] File Summarization## Technology Stack
Source Code
| Tech | For |
|---|---|
| [](https://nextjs.org/) | Full-stack framework |
| [](https://mdxjs.com/) | Custom markdown rendering |
| [](https://socket.io/) | Real-time bidirectional communication |
| [](https://tailwindcss.com/) | Styling and design |
| [](https://www.mysql.com/) | Database |
| [](https://react.dev/) | Underlying Tech of Next.js |
| [](https://azure.com) | Language API |CI & CD
| Tech | For |
| --- | --- |
| [](https:/docker.com/) | Containerization and deployment |
| [](https://azure.com) | Hosting services |
| [](https://docs.github.com/actions) | Automation of CI/CD processes |## Self-hosting & Development
Please refer to the [document branch](https://github.com/Yiipu/Checkdown/tree/documents) for more information.
## Resources Used for Sample
Thanks to these repositories for providing the checklist samples:
- [Front End Checklist](https://github.com/thedaviddias/Front-End-Checklist)
- [Frontend Checklist for Websites](https://github.com/drublic/checklist)
- [Designing iOS architecture Checklist](https://github.com/BohdanOrlov/architecture-checklist)
- [API security checklist](https://github.com/shieldfy/API-Security-Checklist)