Pinned Repositories
8_Puzzle_Problem
8 Puzzle Problem using A* Algorithm in Python
BMICalculator
BMI Calculator
connect3Game
Final commit
MusixMatchApp
A Music Search Application in Android, using the Musix search API, for listing all songs in recyclerView. Users can select songs of interest to look up on the lyrics.
News-App-Android
100% Kotlin Android ApplicationDeveloped an 100% Kotlin Android application for City search weather and news. The application is built on MVVM Architecture, Multiple API calls with Retrofit -Kotlin Coroutines, Okhttp and GSON parsing, LiveData, Koin Dependency Injection, Google’s Material Design, SharePreferences.
NewsApp
The app will enable the user to select the news channels and will display the list of news for the selected news source. The users can select the news of interest and the article will be displayed in a new WebView.
Plant-A-Tree-NodeJs-MongoDB
Developed a fully dynamic content sharing web application, using Node.js, Express.js, JavaScript, and MongoDB. 'Plant a Tree' meets the MVC design pattern with EJS template pages for the presentation, routes for the controller and JavaScript data objects for the business logic. The Project also handles each user Session, Login, Logout, Authentication, handling POST/GET requests, Handling Input Validation and Object-Oriented Concepts. The logged-in users have the facility of adding, saving, editing, removing and rating bonsai plant details, with the logged activity saved in Mongoose when user logout.
Search-Movies-API
Developed a Movie Search Application using the Movie Database API. You can search any movie and display the search results. User can view the details of the selected movie.
TodoNotesApplication-Kotlin-Android
Built a complex, scalable, modular Notes Application using MVVM Architecture and AndroidX Libraries. The application uses Room, SQLite, LiveData to store and sync notes. The application uses Coroutine calls with Toothpick dependency injection.
TripPlannerApp
Plan a trip to any destination using the Trip Planner Android Application, Add/Edit/Remove members to the trip. Chat with all the members of the trip. Discover new members/ Existing members. View Trips planned by friends and join them!
harshkv's Repositories
harshkv/8_Puzzle_Problem
8 Puzzle Problem using A* Algorithm in Python
harshkv/Plant-A-Tree-NodeJs-MongoDB
Developed a fully dynamic content sharing web application, using Node.js, Express.js, JavaScript, and MongoDB. 'Plant a Tree' meets the MVC design pattern with EJS template pages for the presentation, routes for the controller and JavaScript data objects for the business logic. The Project also handles each user Session, Login, Logout, Authentication, handling POST/GET requests, Handling Input Validation and Object-Oriented Concepts. The logged-in users have the facility of adding, saving, editing, removing and rating bonsai plant details, with the logged activity saved in Mongoose when user logout.
harshkv/TodoNotesApplication-Kotlin-Android
Built a complex, scalable, modular Notes Application using MVVM Architecture and AndroidX Libraries. The application uses Room, SQLite, LiveData to store and sync notes. The application uses Coroutine calls with Toothpick dependency injection.
harshkv/News-App-Android
100% Kotlin Android ApplicationDeveloped an 100% Kotlin Android application for City search weather and news. The application is built on MVVM Architecture, Multiple API calls with Retrofit -Kotlin Coroutines, Okhttp and GSON parsing, LiveData, Koin Dependency Injection, Google’s Material Design, SharePreferences.
harshkv/NewsApp
The app will enable the user to select the news channels and will display the list of news for the selected news source. The users can select the news of interest and the article will be displayed in a new WebView.
harshkv/TripPlannerApp
Plan a trip to any destination using the Trip Planner Android Application, Add/Edit/Remove members to the trip. Chat with all the members of the trip. Discover new members/ Existing members. View Trips planned by friends and join them!
harshkv/BMICalculator
BMI Calculator
harshkv/connect3Game
Final commit
harshkv/Fragment_ProfileBuilder
Built an Android Application using a single Main Activity and multiple fragments. The Fragments communicate between other Fragments and Activity.Information is saved using SharedPreferences using GSON Library.
harshkv/MusixMatchApp
A Music Search Application in Android, using the Musix search API, for listing all songs in recyclerView. Users can select songs of interest to look up on the lyrics.
harshkv/N-Queens-using-Hill-Climbing
harshkv/Photo-Gallery-App-Android
In Photo Gallery application, by making RESTful API Calls that retrieves a text file containing a dictionary of keywords and image URLs related to the associated keyword. The application calls for 3 Async tasks, for loading the keywords which are displayed in AlertDialog, loading content, and loading each image URL.
harshkv/Post-it-Notes-App
Built an Android Application that replicates a Notes Application using Room, SQlite, LiveData, MVVM Design pattern,Recycler View, Grid Layout
harshkv/Search-Movies-API
Developed a Movie Search Application using the Movie Database API. You can search any movie and display the search results. User can view the details of the selected movie.
harshkv/Top-Paid-Apps-Apple-API
Built an Android Applciation, that makes RESTful API calls to the Apple top paid applications. Performed JSON parsing on retrieved data. Displayed using custom built ListView Adapter.
harshkv/ALGORITHM-AND-DATA-STRUCTURE-PROJECT-PYTHON-
harshkv/AsyncHeavyworkAndroidApp
harshkv/Comparison-based-Sorting-Algorithms
Python
harshkv/harshkv
harshkv/harshkv.github.io
Portfolio Website
harshkv/Movie_Firestore_Database
Developed an Android Movie Database, using the firebase firebox. Users can perform all CRUD operations, Add new movies to the Fire Store database, Edit, Delete, OrderBy. Data passing through Intent, Serializable.
harshkv/MyProfileBuilder
Android Project
harshkv/News-Application-using-API
harshkv/PizzaStore
It is a mock pizza delivery Application, for users to select multiple toppings using Android FlexLayout,Views and Dynamic ImageView. The application has two Activities and data is passed through intents. Users can select toppings through alert Dialog, checkout/ clear. The final bill is populated.
harshkv/SampleDynamicContentApp
harshkv/ThreadPool_heavyWork
Using android threads and threadPool
harshkv/ThreadsPool-for-heavyWork
Using android threads and threadPool
harshkv/Urban-Trajectory
implement a visual analytic system for taxi trajectory data that support data exploration and analytical reasoning with interactive visual interfaces. The system should help the user to conduct visual analytics tasks through an iterative, exploratory process.
harshkv/WeatherApplication
Weather Forecast for all cities in the United States using the Open Weather Map API
harshkv/Web-Application-with-Python-Django-and-SQlite3