A beautiful and powerful prompt management application built with React Native and Expo.
- 📱 Cross-platform support (iOS, Android, Web)
- 🎨 Beautiful, native UI design
- 🌓 Dark/Light mode support
- 📝 Create and manage AI prompts
- 🏷️ Tag-based organization
- 📚 Example management
- 🗄️ Archive system
- 🔍 Search functionality
- Node.js 16.0 or later
- npm or yarn
- Expo CLI (
npm install -g expo-cli) - For iOS: macOS with Xcode
- For Android: Android Studio with SDK
-
Clone the repository:
git clone https://github.com/e96031413/Prompt-Manager-ReactNative cd Prompt-Manager-ReactNative -
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Install Expo Go on your device:
-
Start the development server:
npm run dev
-
Scan the QR code with:
- iOS: Camera app
- Android: Expo Go app
-
Create a development build:
eas build --profile development --platform ios # or eas build --profile development --platform android -
Install the development build on your device
-
Start the development server:
npm run dev
prompt-manager/
├── app/ # App routes and navigation
│ ├── (tabs)/ # Tab-based routes
│ └── prompt/ # Prompt-related screens
├── components/ # Reusable components
├── hooks/ # Custom React hooks
├── store/ # State management
├── types/ # TypeScript definitions
└── assets/ # Static assets
- Follow the established file structure
- Use TypeScript for type safety
- Implement proper error handling
- Follow the styling guidelines
- Test on multiple platforms
- Fork the repository
- Create a feature branch
- Commit your changes
- Push to the branch
- Create a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.

