This is a simple Markdown notes app built using Vite, React, and TypeScript. It allows you to create, preview, edit, save and delete notes written in Markdown syntax.
- Clone the repository:
https://github.com/0rigin-c0de/Markdown-App-.git
- Install dependencies
cd markdown-notes-app
npm install
- Start the App:
npm run dev
- Open the app in your browser.
- click on the
new
icon in the sidebar. - Type your note in the editor using Markdown syntax.
- Click the "Preview" button to see a preview of your note.
- Click on the note you want to edit.
- Make your changes in the editor.
- Click the "Preview" button to see a preview of your changes.
- When hovering on the note you want to delete.
- You will see a delete button on the right side of the note
- Click the "Delete" button to delete the note.
- The note will be permanently deleted and cannot be recovered.
- Vite
- React
- JavaScript
- React-Mde
- Firebase