Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit 5591e3f

Browse files
committed
feat: enhance README with AI-powered development workflow and tools used
1 parent 84ed6eb commit 5591e3f

File tree

1 file changed

+22
-45
lines changed

1 file changed

+22
-45
lines changed

README.md

Lines changed: 22 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ A mobile application built with **React Native + Redux + Supabase**, designed to
66
77
---
88

9+
## 💡 AI-Powered Development Workflow
10+
11+
We leveraged **cutting-edge AI tools** throughout the entire software development lifecycle to accelerate productivity, improve quality, and stay creative:
12+
13+
| Phase | Tools Used |
14+
| ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
15+
| 📋 Requirement Gathering | [ChatGPT](https://chat.openai.com) – Assist in defining user stories and features |
16+
| 🎨 UI/UX Design | [Uizard](https://uizard.io) + Autodesigner 1.5 for AI wireframes and flows<br>[Figma](https://figma.com) + Codia AI plugin for auto-generating UI components |
17+
| 💻 Development | [a0.dev](https://a0.dev) to generate boilerplate code from designs<br>[VSCode](https://code.visualstudio.com) with [GitHub Copilot](https://github.com/features/copilot) for live coding, bug fixes, and code suggestions |
18+
| 🧪 Testing | Combination of **GitHub Copilot** and **ChatGPT** for writing test cases and debugging<br>Manual & automated testing via Jest + React Native Testing Library |
19+
20+
<br>
21+
922
## ✨ Features
1023

1124
- 🧠 AI-assisted wireframes for fast UI prototyping
@@ -17,52 +30,16 @@ A mobile application built with **React Native + Redux + Supabase**, designed to
1730
- 🔔 Push notifications (optional)
1831
- ☁️ Data stored securely using Supabase
1932

20-
---
21-
<!--
22-
## 📱 Screenshots
2333

24-
| Home Screen | Budget Overview | Add Gift Idea |
25-
|-------------|------------------|----------------|
26-
| ![Home](screenshots/home.png) | ![Budget](screenshots/budget.png) | ![Add](screenshots/add.png) | -->
27-
28-
---
34+
<br>
2935

3036
## 🛠️ Tech Stack
3137

32-
| Layer | Tools/Tech |
33-
|--------------|----------------------------------------------|
34-
| Frontend | React Native, Redux Toolkit, TypeScript |
35-
| Backend | Supabase (PostgreSQL, Auth, Storage) |
36-
| Design | Figma, Uizard |
37-
| Testing | Jest, React Native Testing Library, Detox |
38-
| Build/Deploy | Expo, EAS Build, Google Play, TestFlight |
39-
40-
---
41-
42-
## 🧪 Testing Strategy
43-
44-
| Test Type | Description |
45-
|---------------|-----------------------------------------------------------------------------|
46-
| Unit Test | Validate functions, reducers, small components (e.g., `NoteCard`, `noteSlice`) |
47-
| Integration | Test flow across Redux + UI + Service (e.g., add/delete note flows) |
48-
| UI Test | Ensure components render correctly with given state |
49-
| E2E Test | Simulate real user interactions via Detox |
50-
| API/Service | Mock Supabase API calls and validate service logic |
51-
52-
📦 Full testing report included in `/__tests__` folder.
53-
54-
---
55-
56-
## 🚀 Deployment
57-
58-
- Built and deployed via **EAS Build** (Expo Application Services)
59-
- Internal Testing with **Expo Go**
60-
- ✅ Android `.apk` ready for distribution
61-
- ✅ iOS `.ipa` tested via TestFlight
62-
63-
### Deployment Tools
64-
65-
- Expo CLI / EAS CLI
66-
- Google Play Console
67-
- Apple Developer Console
68-
- OTA updates with `eas update`
38+
| Layer | Tools/Tech |
39+
| ------------ | ----------------------------------------- |
40+
| Frontend | React Native, Redux Toolkit, TypeScript |
41+
| Backend | Supabase (PostgreSQL, Auth, Storage) |
42+
| Design | Uizard, Figma (with Codia AI) |
43+
| AI Assistant | ChatGPT, GitHub Copilot, a0.dev |
44+
| Testing | Jest, React Native Testing Library, Detox |
45+
| Build/Deploy | Expo, EAS Build, Google Play, TestFlight |

0 commit comments

Comments
 (0)