Verbose Notes - notes app created with React that stores notes in local storage
- ✅ Storing notes local 💾
- ✅ Downloading and Uploading notes 📂
- ✅ Markdown support with syntax highlighting 🖊
- ✅ Drag and Drop notes ✊
- ✅ Internalization 🌐
- ✅ Color modes 💡
- 🕹 Next.js - SSR and app hosting
- ☢️ Typescript - type checking and 🤘
- 🎨 Material UI 5 - new version of MUI, great design system
- ☄️ Effector - flexible and convenient state manager
- 🌐 i18next - internalization of site labels
- ✊ dnd-kit - drag and drop for notes side
Install deps
npm install
# or
yarn install
npm run dev
# or
yarn dev
Open localhost:3000
npm run build
npm start
# or
yarn build
yarn start
Open localhost:3000