A simple Alumni List App built with React Native and Expo. The app functions like a phone directory, displaying key details for alumni such as their name, batch year, branch, and current company/role.
- 📋 Display Alumni List: Shows a list of alumni with 10 dummy entries hardcoded for demonstration.
- 🔍 Search Functionality: Includes a search bar to easily filter alumni by name.
- 🖼️ Reusable Components: Built with a reusable
AlumniCardcomponent for a modular structure. - 🎨 Clean UI: Styled using NativeWind, which brings the power of Tailwind CSS to React Native.
- 📱 Future-Ready: Designed with plans for individual profile pages containing more detailed information.
Follow these steps to get the project up and running on your local machine.
git clone https://github.com/akshay-anil22/AlumniApp.git
cd AlumniAppInstall the required packages using npm:
npm installStart the Expo development server to launch the app:
npx expo start- Detailed Profiles: Create an alumni profile screen with an image and more detailed contact information.
- Social Linking: Add functionality to link and open LinkedIn profiles.
- Backend Integration: Connect the app to a backend service (e.g., Node.js/Express + MongoDB or Firebase) to manage alumni data dynamically.