SkillSwap is a mobile application designed for the EXE102 course at FPT University. The platform allows users to exchange skills and knowledge with others, fostering a collaborative learning environment.
- User Authentication: Secure login and registration system
- Tab Navigation: Easy navigation between Home, Explore, Membership, Favorites, and Account sections
- Responsive UI: Beautiful, responsive interface built with React Native and NativeWind (Tailwind CSS)
- Cross-Platform: Works on both iOS and Android devices
- React Native - Mobile framework
- Expo - Development platform
- Expo Router - Navigation and routing
- NativeWind - Tailwind CSS for React Native
- TypeScript - Type-safe JavaScript
- Clone the repository
git clone https://github.com/your-username/skillswap-mobile.git cd skillswap-mobile - Install dependencies
npm install- Start the development server
npx expo start