Markdown Writer is a React app that allows you to create, edit, and manage your Markdown notes in a user-friendly interface.
- 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.
### Create a New Note
### Edit a Note
To run the Markdown Writer app on your local machine, follow these steps:
- Clone this repository to your local machine:
git clone https://github.com/MehraDevesh2022/markdown-creater.git
-
Navigate to the project directory:
cd markdown-writer
-
Install the project dependencies:
npm install
-
Start the app:
npm start
-
Open your web browser and go to
http://localhost:3000
to start using the Markdown Writer app.
- React: A JavaScript library for building user interfaces.
- react-mde: A Markdown editor built for React applications.
- Showdown: A Markdown to HTML converter.
Contributions are welcome! If you find any issues or want to enhance the app, feel free to submit a pull request.