A React Native app that helps you convert your thoughts into actionable SMART goals.
- 🧠 Capture your thoughts, ideas, and goals
- 🎯 Automatically convert notes to SMART goals format:
- Specific: What exactly needs to be accomplished?
- Measurable: How will progress be tracked?
- Achievable: Is it realistic?
- Relevant: How does this align with broader objectives?
- Time-bound: When does it need to be completed?
- 📝 Save and organize your notes and goals
- 🔍 Search functionality to find specific notes
- 📱 Native mobile experience for iOS and Android
- Node.js (v14 or higher)
- npm or yarn
- Expo CLI
- iOS Simulator (for iOS testing)
- Android Emulator or physical device (for Android testing)
- Clone the repository:
git clone https://github.com/yourusername/ai-second-brain.git
cd ai-second-brain
- Install dependencies:
npm install
- Start the development server:
npx expo start
- Run on iOS Simulator:
npx expo start --ios
- Run on Android Emulator:
npx expo start --android
This project uses Expo Application Services (EAS) for building production-ready apps.
- Configure your EAS setup:
npx eas-cli build:configure
- Build for iOS:
npx eas build --platform ios
- Build for Android:
npx eas build --platform android
- Submit to stores:
npx eas submit -p ios
npx eas submit -p android
Pierre-Henry Soria. A super passionate and enthusiastic software engineer! 🚀 True cheese 🧀 , coffee, and chocolate lover! 😋 Reach me at pH7.me 💫
☕️ Enjoying this project? Buy me a coffee (my favorite is almond flat white ☕️)
This project is licensed under the MIT License. See LICENSE for more details.