Mobile marketplace app where users can browse, post, and interact with second-hand clothing listings.
- Browse clothing listings using a scrollable feed
- Post new items for resale with image, price, size, and description
- Each item has a dynamic item detail pages using Expo Router
- Messaging simulation for each item
- Global state management using React Context
- Sample listings + user-generated listings combined in feed
Languages:
TypeScript, JavaScript
Frameworks & Libraries:
React Native, Expo, Expo Router
State Management:
Context API (ItemsContext)
Tools:
VS Code, Expo Go, Git & GitHub
- Clone the repo
git clone https://github.com/caitlinjadevangoeverden/Caitlins-Thrift-Store.git
- Install dependencies
cd Caitlins-Thrift-Store npm install - Start the app
npx expo start
- Using a persistent database (Firebase/Supabase)
- User authentication/user profiles
- Real messaging system
- Favorites/like system
- Image upload support