👋 Welcome! This is my final project for the end of the semester.
- TypeScript
- JavaScript
- Node.js
- Express.js
- React Native
- Android
- iOS (via Expo & EAS Build)
An interactive quiz app built to test programming knowledge. Users can:
- Upload profile picture
- Track scores
- View leaderboard rankings
- Review quiz history
All features work in real-time using Firebase.
If you want to use this app, follow these steps:
cd Desktop # or your preferred directory
git clone <your-repo-url>
cd <cloned-folder-name>
code .npm install- Open the
.env.examplefile - Replace the placeholder values with your actual config
- Rename it to
.env
mv .env.example .env