/verbose-notes-app

Notes app created with React that stores notes in local storage

Primary LanguageTypeScript

Verbose Notes

Verbose Notes - notes app created with React that stores notes in local storage

Features

  1. ✅ Storing notes local 💾
  2. ✅ Downloading and Uploading notes 📂
  3. ✅ Markdown support with syntax highlighting 🖊
  4. ✅ Drag and Drop notes ✊
  5. ✅ Internalization 🌐
  6. ✅ Color modes 💡

Used technologies

  1. 🕹 Next.js - SSR and app hosting
  2. ☢️ Typescript - type checking and 🤘
  3. 🎨 Material UI 5 - new version of MUI, great design system
  4. ☄️ Effector - flexible and convenient state manager
  5. 🌐 i18next - internalization of site labels
  6. ✊ dnd-kit - drag and drop for notes side

Running locally

Install deps

npm install
# or
yarn install

For development with hot reload

npm run dev
# or
yarn dev

Open localhost:3000

For production

npm run build
npm start
# or
yarn build
yarn start

Open localhost:3000