An open API service indexing awesome lists of open source software.

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 ✍️

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