Skip to content

Notes app for windows built on react native and react native windows

Notifications You must be signed in to change notification settings

aargon007/notes-rn-windows-app

Repository files navigation

📝 Notes App

A sleek, feature-rich React Native Notes application powered by SQLite, WebView, and a Quill-style rich text editor. Built with performance and cross-platform compatibility in mind, including support for Android, iOS, and Windows.

🚀 Features

  • 🧠 Rich Text Editor using Quill.js
  • 📥 Offline Storage with react-native-sqlite-storage
  • 🌐 View Rich HTML via react-native-webview
  • 🔒 Safe rendering with SafeAreaView
  • 🎨 Custom theming support with ThemeContext
  • 🧭 Smooth Navigation using @react-navigation
  • 🪟 Windows UWP Support via react-native-windows

📦 Tech Stack

  • React Native 0.78.0
  • SQLite
  • WebView
  • Quill.js (via WebView)
  • AsyncStorage
  • React Navigation
  • Windows UWP (via react-native-windows)