Interview Buddy is a mobile App that helps developers to prepare for technical interviews by answering quizzes and getting feedback. The App is built with Swift and Firebase.
walkthrough.mov
- Register and Login Page
- Forgot Password
- Select quiz depending on programming language, topic, and difficulty
- Get feedback on the quiz
- Get badges for completing group of quizzes
- Swift
- Firebase Database
- Firebase Authentication
- Storyboard
- UITableView
- UICollectionView
- Computer with Mac OS
- XCode
Intall Cocopods:
Open terminal and run
softwareupdate --install-rosettaIn finder go to applications folder then to utilities and right click in Terminal.app choosse open with Rosetta.
In the root folder of this App open terminal and check if it is Rosetta with the command: arch
The output should be: i386
and run the following steps:
sudo gem uninstall cocoapods
sudo gem uninstall ffi
arch -arm64 brew install cocoapods
pod installOpen the interview-buddy.xcworkspace file in XCode and run the App.
