https://github.com/shuvoprogram/markdown-creator
Create and manage Markdown notes effortlessly with Markdown Writer, a React-based Markdown editor. Edit, preview, and organize your content seamlessly.
https://github.com/shuvoprogram/markdown-creator
browserapi markdown-editor markdown-editor-react mini-project open-source react-editor react-markdown react-mde react-showdown reactjs resume-project showdownjs text-editor
Last synced: 10 months ago
JSON representation
Create and manage Markdown notes effortlessly with Markdown Writer, a React-based Markdown editor. Edit, preview, and organize your content seamlessly.
- Host: GitHub
- URL: https://github.com/shuvoprogram/markdown-creator
- Owner: ShuvoProgram
- Created: 2024-06-26T22:16:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-26T22:30:45.000Z (over 1 year ago)
- Last Synced: 2025-03-13T23:13:57.784Z (10 months ago)
- Topics: browserapi, markdown-editor, markdown-editor-react, mini-project, open-source, react-editor, react-markdown, react-mde, react-showdown, reactjs, resume-project, showdownjs, text-editor
- Language: JavaScript
- Homepage: https://markdown-creater.onrender.com/
- Size: 453 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Markdown Writer
Markdown Writer is a React app that allows you to create, edit, and manage your Markdown notes in a user-friendly interface.
## Features
- Create and manage Markdown notes.
- Split pane interface with sidebar and editor for a seamless experience.
- Real-time Markdown preview using the `react-mde` library.
- Delete notes you no longer need.
- Easy-to-use interface for both experienced and new Markdown users.
## Demo
### Landing Page

### Create a New Note
### Edit a Note
### Preview a Note
## Installation and Usage
To run the Markdown Writer app on your local machine, follow these steps:
1. Clone this repository to your local machine:
```sh
git clone https://github.com/ShuvoProgram/markdown-creator.git
```
2. Navigate to the project directory:
```sh
cd markdown-writer
```
3. Install the project dependencies:
```sh
npm install
```
4. Start the app:
```sh
npm start
```
5. Open your web browser and go to `http://localhost:3000` to start using the Markdown Writer app.
## Technologies Used
- React: A JavaScript library for building user interfaces.
- react-mde: A Markdown editor built for React applications.
- Showdown: A Markdown to HTML converter.
## Contributing
Contributions are welcome! If you find any issues or want to enhance the app, feel free to submit a pull request.