Tile Notes

Notes App inspired by Google Keep

Features

  • Work offline. Offline storage is source of truth
  • Sync between devices
  • Quick note taking
  • Nice animations and minimalistic design

In future

  • Fully keyboard navigation
  • Markdown
  • Customizations
  • Reminders
  • Basket
  • Tags
  • Search

Dev

in client:

  • npm i
  • npm run start

in server:

  • npm i
  • move .env.example to .env
  • create database
  • npx sequelize db:migrate
  • node index