ContentQ is a creator-focused, all-in-one productivity platform designed to eliminate the common pain points of digital creators who rely on fragmented tools for their content workflow. By centralizing the entire journey from idea generation and organization to planning, publishing, and tracking. IDEAHUB will empower creators to maintain consistency, maximize efficiency and capitalize on relevant trends. This platform will serve as the single source of truth for a creator's content lifecycle.
- React Native(Expo)
-
Clone the repo (dev branch)
git clone --branch dev https://github.com/hngprojects/content-creator-todo-mobile
-
Install dependencies
npm install
-
Start the app
npx expo start
In the output, you'll find options to open the app in a
- development build
- Android emulator
- iOS simulator
- Expo Go, a limited sandbox for trying out app development with Expo
You can start developing by editing the files inside the app directory. This project uses file-based routing.
- Environment Variables
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
EXPO_PUBLIC_BASE_URL=
EXPO_PUBLIC_SCHEME=scheme:// # check for scheme in app.json- Fork the repo
- Create a new feature branch
- Commit using conventional commits
- Submit a PR with a clear description
feature/add-login-screen
fix/date-picker-crash
chore/update-dependencies