SkillUp is an engaging and user-friendly E-learning mobile application built using React Native. It is designed to provide a seamless learning experience for users with key features like user authentication, course progress tracking, quizzes, real-time chat, and video content integration. The goal of SkillUp is to make learning interactive, accessible, and mobile-first.
You can download and install the SkillUp app on any Android device using the link below:
➡️ Click Here to Download SkillUp APK
- Click the download link above.
- If downloaded on your PC, transfer the APK to your Android device.
- On your Android device, go to Settings > Security > Install from Unknown Sources and enable it.
- Locate the APK file and tap to install.
- Launch the SkillUp app and enjoy learning on the go!
Here are some preview screenshots from the SkillUp application:
| Login Screen | Register Screen | Home Screen |
|---|---|---|
![]() |
![]() |
![]() |
|
| Progress Screen | Quiz Screen | Profile Screen |
|---|---|---|
![]() |
![]() |
![]() |
|
🔸 All screenshots are located in the
assets/screenshots/folder. Make sure to add these images if you're cloning the repo.
Want to explore or contribute to the source code? Follow these steps to set up the project locally.
- React Native CLI
- Android Studio / Emulator setup
- Firebase project with configuration
# 1. Clone the repository
git clone https://github.com/your-username/skillup-app.git
# 2. Navigate to the project directory
cd skillup-app
# 3. Install dependencies
npm install
# 4. Connect your Android device or open an emulator
# 5. Run the app on Android
npx react-native run-android




