A simple and intuitive Markdown editor that allows users to create, edit, and manage their notes. Built with React, this application provides a seamless experience for users to write and preview Markdown content in real-time.
- Create, edit, and delete notes.
- Real-time Markdown preview and converter.
- User-friendly interface with split view for editing and previewing.
- Store notes with firebase clour storage.
- React: A JavaScript library for building user interfaces.
- React-MDE: A Markdown editor for React.
- Showdown: A Markdown to HTML converter.
- Vite: A fast build tool that provides a great development experience.
- Firebase: Cloud storage for the notes storage.
Make sure you have Node.js installed on your machine.
- Clone the repository:
git clone https://github.com/yourusername/notes-markdown.git cd notes-markdown
- Install dependencies:
npm install
- Start the dev server:
npm run dev
- Open your browser and navigate to http://localhost:3000 to see the app in action.
- Click on "Create a new note" to start writing.
- Use the split view to see the Markdown content on one side and the preview on the other.
- Save notes locally, and they will persist even after refreshing the page.
Contributions are welcome! Please feel free to submit a pull request or open an issue for any bugs or features you would like to see.