FCCMde is an open-source Markdown editor developed for the FreeCodeCamp community. It provides a user-friendly interface to write and preview Markdown content in real-time. This editor aims to simplify the process of creating and editing Markdown documents for blogs, documentation, and more.
- Real-time Markdown preview
- Split-pane interface for editing and previewing
- Responsive design for various screen sizes
- Zoom in/out for comfortable editing and previewing
- Keyboard shortcuts for common Markdown actions
- Clone the repository:
git clone https://github.com/0me9a/FCCMde.git
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and go to:
http://localhost:3000
- Write your Markdown content in the left editor pane.
- See the live preview in the right pane.
- Use the resizer to adjust the width of the panes.
- Click the zoom button to toggle zooming for a better view.
We welcome contributions from the community to enhance FCCMde. If you're interested in contributing, please read our contribution guidelines.
FCCMde is open-source software licensed under the MIT License.
FCCMde was inspired by the need for a simple yet effective Markdown editor for FreeCodeCamp contributors.
Project created by Baliram Singh (@0me9a). Visit the project on GitHub.