Bit Learn is a mobile application designed to help users learn programming directly from their phones. The app includes an integrated code editor that allows users to write, compile, and run code on the go. Users can choose from a variety of programming languages, making it a versatile tool for both beginners and experienced developers looking to practice coding.
This project was developed as a solo effort, utilizing Flutter for cross-platform mobile development and Firebase for backend integration.
- Integrated Code Editor: Users can write and run code within the app itself.
- Multiple Programming Languages: Choose from a variety of languages to learn and practice.
- Firebase Integration: Real-time data handling and user management through Firebase.
- Flutter: For building the cross-platform mobile app.
- Firebase: For backend services, including authentication and real-time data.
- Flutter SDK installed. (For installation guide, refer to the official documentation).
- Firebase project set up for authentication and database services.
- Clone the repository:
git clone https://github.com/aboutaditya/Bit-Learn.git cd Bit-Learn