└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # All My Projects 2 | 3 | This repository contains a list of all my projects, categorized for easy navigation. Click on the project names to view the corresponding repositories. 4 | 5 | *This list is constantly being updated with my latest projects.* 6 | 7 | ## Android 8 | 9 | ### Kotlin With Jetpack Compose 10 | 11 | #### Full Projects 12 | - [Todo App in-memory](https://github.com/bimalkaf/JetpackCompose_Playground/tree/main/3_TodoApp) 13 | - [Todo App with RoomDB](https://github.com/bimalkaf/JetpackCompose_Playground/tree/main/4_TodoApp_RoomDB) 14 | - [Full Calculator](https://github.com/bimalkaf/JetpackCompose_Playground/tree/main/5_Calculator) 15 | - [Realtime Weather with Retrofit (Weather API) ](https://github.com/bimalkaf/JetpackCompose_Playground/tree/main/6_Realtime_Weather_Retrofit) 16 | - [Chatbot with AI (Gemini API)](https://github.com/bimalkaf/JetpackCompose_Playground/tree/main/9_Gemini_ChatBot_App) 17 | - [News App (News API)](https://github.com/bimalkaf/JetpackCompose_Playground/tree/main/11_News_App) 18 | 19 | #### UI and Feature Demo 20 | - [Firebase Auth Login & Signup Compose App](https://github.com/bimalkaf/JetpackCompose_Playground/tree/main/10_Login_Signup_FirebaseAuth) 21 | - [Simple Login Page](https://github.com/bimalkaf/JetpackCompose_Playground/tree/main/2_SimpleLoginPage) 22 | - [Simple Animation Demo](https://github.com/bimalkaf/JetpackCompose_Playground/tree/main/7_Simple_Animation_Demo) 23 | - [First Compose App](https://github.com/bimalkaf/JetpackCompose_Playground/tree/main/1_FirstComposeApp) 24 | 25 | 26 | ### Kotlin with XML 27 | 28 | #### Full Projects 29 | - [Dictionary App with Retrofit](https://github.com/bimalkaf/Android_Dictionary_Retrofit) 30 | - [Quotes Generator with Retrofit & ViewModel](https://github.com/bimalkaf/Android_Retrofit_Quotes_App) 31 | - [MVVM with Retrofit](https://github.com/bimalkaf/Android_MVVM_Retrofit) 32 | - [Music Stream App with Firebase](https://github.com/bimalkaf/Android_MusicStreamFirebase) 33 | - [Shorts Video App (Tiktok clone) with Firebase](https://github.com/bimalkaf/Android_Shorts_Video_App) 34 | - [Online Quiz App with Firebase](https://github.com/bimalkaf/Android_QuizAppWithFirebase) 35 | - [TicTacToe Online with Firebase](https://github.com/bimalkaf/Android_TicTacToe_Online) 36 | 37 | #### UI and Feature Demo 38 | - [Arithmetic Calculator](https://github.com/bimalkaf/Android_Kotlin_Playground/tree/main/Beginners/ArithmeticCalculator) 39 | - [Arithmetic Calculator ViewBinding](https://github.com/bimalkaf/Android_Kotlin_Playground/tree/main/Beginners/ArithmeticCalculator_ViewBinding) 40 | - [LiveData Demo](https://github.com/bimalkaf/Android_Kotlin_Playground/tree/main/Beginners/LiveData_Demo) 41 | - [ViewModel Test](https://github.com/bimalkaf/Android_Kotlin_Playground/tree/main/Beginners/ViewModelTest) 42 | 43 | ### Java with XML 44 | 45 | #### Full Projects 46 | - [Simple FileManager](https://github.com/bimalkaf/Android_Simple_FileManager) 47 | - [Full Calculator](https://github.com/bimalkaf/Android_CalculatorApp) 48 | - [Music Player App](https://github.com/bimalkaf/Android_Basic_MusicApp) 49 | - [TicTacToe Offline](https://github.com/bimalkaf/Android_TicTacToe) 50 | - [Offline Notes App](https://github.com/bimalkaf/Android_Offline_NotesApp) 51 | - [Offline Quiz App](https://github.com/bimalkaf/Android_Offline_QuizApp) 52 | - [Web Browser App](https://github.com/bimalkaf/Android_WebBrowserApp) 53 | - [Chat Application with Firebase](https://github.com/bimalkaf/Android_Chat_Application) 54 | - [Notes App with Firebase](https://github.com/bimalkaf/Android_NotesAppWithFirebase) 55 | - [ChatGPT with OpenAI API](https://github.com/bimalkaf/Android_ChatGPT) 56 | - [News App with News API](https://github.com/bimalkaf/Android_News_App) 57 | - [Image Generator with OpenAI API](https://github.com/bimalkaf/Android_Image_Generator_OpenAI) 58 | - [Bottle Spinner](https://github.com/bimalkaf/Android_Bottle_Spinner) 59 | 60 | #### UI and Feature Demo 61 | - [WebView App](https://github.com/bimalkaf/Android_WebViewApp) 62 | - [SignUp UI](https://github.com/bimalkaf/Android_SignUpUI) 63 | - [Alert Dialog Demo](https://github.com/bimalkaf/Android_Basics_Features/tree/main/AlertDialogDemo) 64 | - [Notification Demo](https://github.com/bimalkaf/Android_Basics_Features/tree/main/AndroidNotificationDemo) 65 | - [Bottom Navigation Bar with Fragment](https://github.com/bimalkaf/Android_Basics_Features/tree/main/BottomNavigationBarWithFragment) 66 | - [Internet Test Demo](https://github.com/bimalkaf/Android_Basics_Features/tree/main/InternetTestDemo) 67 | - [ListView Demo](https://github.com/bimalkaf/Android_Basics_Features/tree/main/ListViewDemo) 68 | - [RecyclerView Demo](https://github.com/bimalkaf/Android_Basics_Features/tree/main/RecyclerViewDemo) 69 | - [TabLayout Demo](https://github.com/bimalkaf/Android_Basics_Features/tree/main/TabLayoutDemo) 70 | - [Volley API Test Demo](https://github.com/bimalkaf/Android_Basics_Features/tree/main/VolleyAPITestDemo) 71 | - [Login Page 1](https://github.com/bimalkaf/Android_UI_Only/tree/main/LoginPage_1) 72 | - [Login Page 2](https://github.com/bimalkaf/Android_UI_Only/tree/main/LoginPage_2) 73 | - [SignUp Page 2](https://github.com/bimalkaf/Android_UI_Only/tree/main/SignUpPage_2) 74 | - [Login UI](https://github.com/bimalkaf/Android_LoginUI) 75 | 76 | ## Flutter 77 | 78 | ### Full Projects 79 | - [Weather App with Weather API](https://github.com/bimalkaf/Flutter_Weather_API) 80 | - [Dictionary App with API](https://github.com/bimalkaf/Flutter_Dictionary_App) 81 | - [Quote Generator with API](https://github.com/bimalkaf/Flutter_Quote_Generator) 82 | - [Simple Web Browser](https://github.com/bimalkaf/Flutter_Simple_WebBrowser) 83 | - [News App with API](https://github.com/bimalkaf/Flutter_News_App) 84 | - [ChatGPT with OpenAI API](https://github.com/bimalkaf/Flutter_ChatGPT_OpenAI) 85 | - [Tic Tac Toe Offline](https://github.com/bimalkaf/Flutter_Tic_Tac_Toe) 86 | - [Basic Calculator](https://github.com/bimalkaf/Flutter_Basic_Calculator) 87 | - [Simple Quiz App](https://github.com/bimalkaf/Flutter_Simple_Quiz_App) 88 | - [Snake Game](https://github.com/bimalkaf/Flutter_SinglePages/tree/master/Snake_Game) 89 | 90 | ### UI and Feature Demo 91 | - [OnBoarding Screen](https://github.com/bimalkaf/Flutter_OnBoardingScreen) 92 | - [Login SignUp](https://github.com/bimalkaf/Flutter_LoginSignUp) 93 | - [Login Instagram Clone](https://github.com/bimalkaf/Flutter_SinglePages/tree/master/Login_Instagram_Clone) 94 | - [Login Simple](https://github.com/bimalkaf/Flutter_SinglePages/tree/master/Login_Simple) 95 | - [Login Simple 2](https://github.com/bimalkaf/Flutter_SinglePages/tree/master/Login_Simple_2) 96 | - [Login Simple 3](https://github.com/bimalkaf/Flutter_SinglePages/tree/master/Login_Simple_3) 97 | - [Login Simple 4](https://github.com/bimalkaf/Flutter_SinglePages/tree/master/Login_Simple_4) 98 | - [Login Simple 5](https://github.com/bimalkaf/Flutter_SinglePages/tree/master/Login_Simple_5) 99 | - [Notes Simple](https://github.com/bimalkaf/Flutter_SinglePages/tree/master/Notes_Simple) 100 | - [SignUp Simple](https://github.com/bimalkaf/Flutter_SinglePages/tree/master/SignUp_Simple) 101 | - [Glass Button Custom](https://github.com/bimalkaf/Flutter_SinglePages/tree/master/Glass_Button_Custom) 102 | 103 | ## Spring Boot 104 | 105 | - [Notes App](https://github.com/bimalkaf/SpringBoot_NotesApp) 106 | 107 | ## Portfolio 108 | 109 | - [Portfolio Website](https://github.com/bimalkaf/portfolio-website) 110 | 111 | ## Contact 112 | 113 | If you have any questions or suggestions, feel free to reach out. 114 | 115 | - **LinkedIn:** [Bimal Kafle](https://www.linkedin.com/in/bimalkafle/) 116 | 117 | --- 118 | 119 | Thank you for visiting my repository! Check out my other projects and let me know what you think. 120 | --------------------------------------------------------------------------------