Drafter is a beautifully designed React Native app built with Expo. Itβs a local notes app that supports full CRUD operations, dynamic light/dark theming with smooth animated transitions, custom font switching, and voice playback of notes using text-to-speech.
- π Dynamic Theming β Instantly switch between light and dark mode with animated transitions.
- π€ Custom Fonts β Personalize your notes by changing the app's font style.
- π Text-to-Speech β Listen to your notes using Expoβs Speech API.
- πΎ Local Storage β All notes, themes, and font preferences are saved using AsyncStorage.
- π§ Expo Router β Organized navigation with tab and drawer support.
- π¨ NativeWind β Utility-first styling inspired by Tailwind CSS.
git clone https://github.com/yourusername/drafter-notes-app.git
cd drafter-notes-app
npm install
npx expo start
Make sure you have the Expo Go app installed on your mobile device or an emulator set up.
Coming soon on Expo or share the .apk
/.ipa
if available.
MIT Β© Aakash Srinivasan