Flutter Android application to track your leetcode progress as well to compare your profile with friends...
To get started with the LeetKode app, follow these simple steps:
git clone https://github.com/sapatevaibhav/leetkode
Ensure you have Flutter installed. If not, you can follow the instructions on Flutter.dev to get it installed on your machine.
Navigate to the project directory using the terminal.
Run the following command to fetch the dependencies:
flutter pub get
Once the dependencies are fetched, run the app on your preferred device using:
flutter run
That's it! The app should now be running on your device/emulator.