Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.62 KB

File metadata and controls

47 lines (28 loc) · 1.62 KB

FCCMde - FreeCodeCamp Markdown Editor

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.

FCCMde

Features

  • 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

Getting Started

Installation

  1. Clone the repository: git clone https://github.com/0me9a/FCCMde.git
  2. Install dependencies: npm install
  3. Start the development server: npm run dev
  4. Open your browser and go to: http://localhost:3000

Usage

  1. Write your Markdown content in the left editor pane.
  2. See the live preview in the right pane.
  3. Use the resizer to adjust the width of the panes.
  4. Click the zoom button to toggle zooming for a better view.

Contributing

We welcome contributions from the community to enhance FCCMde. If you're interested in contributing, please read our contribution guidelines.

License

FCCMde is open-source software licensed under the MIT License.

Acknowledgments

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.