Skip to content

vitormv/notes-app

Repository files navigation

Build Status Scrutinizer Code Quality License: MIT PRs Welcome

This is a prototype for a Desktop-only Notes UI I developed on my free time. It has very basic funcionality, and a simple text editor.

⚠️ This is NOT meant to replace your Notes editor 😁 Use at your own risk. ⚠️

App Screenshot

Not working yet:

  • Persistence 💾. Everything you do will be lost when you reload the page.
  • Adding notes 😅
  • sort folders

Things you can do:

  • edit notes (highligh text to show options, or use common keyboard shortcuts)
  • add blocks by using Markdown syntax
  • search notes
  • add images to the editor (though still very primitive)
  • add/edit/rename folders
  • resize the panels

How to run locally

git clone https://github.com/vitormv/notes-app.git notes-app
cd notes-app
yarn install
yarn start

You can also try out a Electron version of the app by running:

yarn electron