Skip to content

MatijaNovosel/neat-memos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Neat memos

A simple app for taking notes on the go.

image

๐Ÿ”จ Built With

๐Ÿš€ Features

  • Adding and editing notes in a markdown format that fully supports various features such as code highlighting
  • File storage
  • Sharing your memos with other people through a public link

Install the dependencies

npm i

Start the app in development mode (hot-code reloading, error reporting, etc.)

npm run dev

Build the app for production

npm run build