webkadiz / tile-notes

Home Page:https://webkadiz.github.io/tile-notes/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

https://webkadiz.github.io/tile-notes/


Languages

Language:JavaScript 56.8%Language:TypeScript 32.3%Language:SCSS 7.7%Language:CSS 1.9%Language:HTML 1.0%Language:Shell 0.3%