- React Native – For building native apps
- Expo – For simplifying the React Native development
- Appwrite – For backend and real-time database
- TailwindCSS – For styling the app with utility-first CSS
- React Hooks – For managing component state and side-effects
- TypeScript (optional) – Type safety and tooling
- GitHub & Vercel – Deployment (for web versions if applicable)
-
🏅 Habit Streaks Track and visualize your habit streaks with real-time updates.
-
✅ Add/Complete Habits Add new habits, mark them as completed, and delete them from your list.
-
🔄 Real-Time Data Sync your habits and completions in real-time with Appwrite.
-
🌑 Dark Mode Support Use TailwindCSS to implement a beautiful and responsive dark mode.
-
📱 Responsive Design Use Expo's built-in features to create a mobile-first, responsive design.
-
🚀 User Authentication Users can sign up, sign in, and manage their authentication state with Appwrite.
git clone https://github.com/yourusername/habit-tracker-react-native.git
cd habit-tracker-react-native
npm install
npm start