Back to Projects
Software Projects
AutoCareAI
AutoCareAI is a mobile coursework project built with React Native and Expo. It focuses on vehicle care workflows, garage-style data management, reusable mobile components, and a foundation for future AI-assisted automotive features.
Tech Stack
React NativeExpoTypeScriptNode.jsMongoDBEAS Build
Problem / Challenge
The project needed to organize vehicle-care features into a mobile app experience while keeping the architecture clear enough for future backend and AI improvements.
Approach
The app uses Expo, React Native, modular components, and backend routes to separate screens, reusable UI, vehicle data, authentication, and service-related flows.
Key Features
- Cross-platform mobile app structure
- Expo Router navigation
- Reusable mobile UI components
- Backend routes for vehicle and service data
- Authentication and garage-related workflows
- Foundation for future AI diagnostic features
Outcome
The project gave me more hands-on practice with mobile app structure, Expo workflows, reusable UI, and planning backend-backed mobile features realistically.
What I Learned
- How Expo Router supports mobile app navigation
- How to structure reusable React Native components
- How mobile UI and backend routes fit together in an app project