https://github.com/balewgize/notes-app
Markdown Notes app built with React ✍️
https://github.com/balewgize/notes-app
markdown-editor markdown-editor-react notes-app react react-notes-app
Last synced: 2 months ago
JSON representation
Markdown Notes app built with React ✍️
- Host: GitHub
- URL: https://github.com/balewgize/notes-app
- Owner: balewgize
- Created: 2024-04-06T11:32:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T19:06:23.000Z (almost 2 years ago)
- Last Synced: 2025-01-20T18:37:48.727Z (about 1 year ago)
- Topics: markdown-editor, markdown-editor-react, notes-app, react, react-notes-app
- Language: JavaScript
- Homepage: https://notes-app-mde.netlify.app/
- Size: 51.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Notes APP
Markdown notes app built with React ✍️
### Features
- Write notes in markdown
- Add, update, and delete notes
- Store notes to Firebase database
- Preview your note to see how it looks
- View the demo at [https://notes-app-mde.netlify.app/](https://notes-app-mde.netlify.app/)
## Install
```bash
git clone https://github.com/balewgize/notes-app
```
```bash
cd notes-app
```
```bash
npm install
```
## Usage
```bash
npm run dev
```
### Built with
- React
- Vite
- react-mde
- react-split
- nanoid
- showdown
- netlify