The DocuThinker Mobile app is a React Native app built with Expo. Itβs a mobile app that helps you manage your documents and notes on the go.
The app uses the Material Design system for its user interface. It follows the Material Design guidelines for components, typography, and color schemes.
Install dependencies
npm install
Start the app
npx expo start
In the output, youβll find options to open the app in a
You can start developing by editing the files inside the app directory. This project uses file-based routing.
When youβre ready, run:
npm run reset-project
This command will move the starter code to the app-example directory and create a blank app directory where you can start developing.
I am actively working to release on the Google Play Store and Apple App Store are in the works. Stay tuned for updates!
Contributions are welcome! Hereβs how you can help:
# Clone the repository
git clone git clone https://github.com/hoangsonww/DocuThinker-AI-App.git
cd DocuThinker-AI-App/mobile-app
git checkout -b feature/your-branch-name
git add .
git commit -m 'Add some feature'
Push to the original branch:
git push origin feature/your-branch-name
This project is licensed under the CC-BY-NC 4.0 - see the LICENSE file for details.
Made with β€οΈ by Son Nguyen in 2024.