A simple, distraction-free writing app for iOS and Android. This is a mobile version of the Freewrite Mac app.
- Distraction-free writing: Focus on your thoughts without distractions
- Timer: Set a 15-minute timer to keep your writing sessions focused
- Dark/Light mode: Choose your preferred theme for comfortable writing
- History view: Access all your previous writing sessions
- Customizable font size: Select your preferred text size
- Automatic saving: Your writing is saved automatically
- File sharing: Export your writing as markdown files
[Screenshots will be added here]
- Node.js 16+
- Expo CLI
- iOS or Android device/emulator
- Clone the repository:
git clone https://github.com/AVAHC4/FREEWRITE.git
cd FREEWRITE
- Install dependencies:
npm install
- Start the development server:
npm start
- Follow the instructions in the terminal to run on your device or simulator.
- Open the app and start writing immediately
- Tap the timer to start a 15-minute writing session
- Use the sidebar icon to view your writing history
- Access settings through the gear icon to change theme, font size, etc.
This app is built using:
- React Native
- Expo
- TypeScript
- AsyncStorage for local data persistence
- Expo FileSystem for file operations
MIT License
Original Mac app: Freewrite