Black Empowerment Online Application is a transformative digital platform designed to simplify and streamline university applications for South African youth. Created by BlackLogic and inspired by real-life student struggles, this system empowers applicants with an easy-to-use interface that guides them t
# blackempower
Black Empowerment Online Application is a transformative digital platform designed to simplify and streamline university applications for South African youth. Created by BlackLogic and inspired by real-life student struggles, this system empowers applicants with an easy-to-use interface that guides them t
# Black Empowerment Application Portal
A modern South African online application system developed by BlackLogic Technologies to help students apply for:
- Universities
- TVET Colleges
- NSFAS Funding
The platform simplifies the application process for Grade 9–12 learners and matriculants.
---
# Features
## Student Features
- Online Application Form
- University & TVET College Selection
- NSFAS Assistance
- 3 Study Choices
- Application Tracking
- Downloadable Receipt
- Mobile Responsive Design
- Firebase Realtime Database Integration
---
# Admin Features
- Track Applications
- Monitor Applicant Status
- Verify Documents
- View Application Details
- Search Applicants
---
# Technologies Used
- HTML5
- CSS3
- JavaScript
- Firebase Realtime Database
- Font Awesome Icons
- Google Fonts
---
# Firebase Setup
## Step 1 — Create Firebase Project
Go to:
firebase.google.com
Create a new project.
---
## Step 2 — Enable Realtime Database
Inside Firebase Console:
- Build
- Realtime Database
- Create Database
- Start in Test Mode
---
## Step 3 — Copy Firebase Config
Replace this section inside your code:
```javascript
const firebaseConfig = {
apiKey: "YOUR_API_KEY",
authDomain: "YOUR_DOMAIN",
databaseURL: "YOUR_DATABASE_URL",
projectId: "YOUR_PROJECT_ID",
storageBucket: "YOUR_BUCKET",
messagingSenderId: "YOUR_SENDER_ID",
appId: "YOUR_APP_ID"
};