An open API service indexing awesome lists of open source software.

Projects in Awesome Lists by TheDancerCodes

A curated list of projects in awesome lists by TheDancerCodes .

https://github.com/thedancercodes/selenium-webscraping-example

In this tutorial we will build a web scraping program that will scrape a Github user profile and get the Repository names and the Languages for the pinned repositories.

chrome-webdriver python selenium selenium-webdriver webscraping

Last synced: 11 Jul 2025

https://github.com/thedancercodes/fastlane-droid

An android repo that demonstrates the use of Fastlane to Automate the Android Build and Release Process

Last synced: 04 Jul 2025

https://github.com/thedancercodes/retrofit-livedata-call-adapter

This is a simple Retrofit Adapter for Android LiveData that you can easily integrate in your applications.

architecture-components kotlin livedata retrofit retrofit2

Last synced: 17 Jun 2025

https://github.com/thedancercodes/retrofiti-v2

Retrofiti is project that serves as a pragmatic guide to using `Retrofit` to connect Web Services with your Android Client.

Last synced: 10 Aug 2025

https://github.com/thedancercodes/django-2.0-blog

A simple blog built using Django 2.0

Last synced: 01 Apr 2025

https://github.com/thedancercodes/filamu-app

This folder contains the source code for an Android App to retrieve a list of Movies using TheMovieDB API

android android-development glide glideimageloader retrofit2

Last synced: 30 Apr 2026

https://github.com/thedancercodes/github-api-challenge

Source code for an Android App to retrieve a list of Developers using the Github API

android github-api glide glideimageloader retrofit2

Last synced: 17 May 2026

https://github.com/thedancercodes/bullseye

A simple app built in flutter

Last synced: 01 Apr 2025

https://github.com/thedancercodes/python-unit-tests-tutorial

This is a simple tutorial demonstrating how to write unit tests and the functionality for this tests in python.

python tdd unittest

Last synced: 01 Apr 2025

https://github.com/thedancercodes/wikimobile

An Wikipedia Android Client built using Kotlin and the Wikipedia API

Last synced: 01 Apr 2025

https://github.com/thedancercodes/gradle-build-cache-node-replication

A simple implementation of the Gradle build cache node replication for Android projects.

Last synced: 01 Apr 2025

https://github.com/thedancercodes/androidmva

An Android App that demonstrates the Minimum-Viable-Architecture Pattern

Last synced: 01 Apr 2025

https://github.com/thedancercodes/notekeep3r

Notekeep3r is an android application that demonstrates the core concepts of Android Application development.

Last synced: 01 Apr 2025

https://github.com/thedancercodes/birika-tutorials

Web Development with Python using Flask Micro framework.

flask flask-api

Last synced: 27 Apr 2026

https://github.com/thedancercodes/react-native-demo

A simple project exploring the basics of react native by building an application.

react-native

Last synced: 18 May 2026

https://github.com/thedancercodes/design-patterns

Exploring the different software design patterns using the Java language

Last synced: 01 Apr 2025

https://github.com/thedancercodes/android-mvi

Project that highlights the use of the MVI architecture in Android.

Last synced: 11 Jul 2025

https://github.com/thedancercodes/inventory-mgt-system

This is the source code for an Inventory Management System built using Java.

java

Last synced: 01 Apr 2025

https://github.com/thedancercodes/realm-example

This repository contains example code for how to use the Realm Database in an Android Application.

Last synced: 01 Apr 2025

https://github.com/thedancercodes/nosetest-example

A simple example to introducing both Unit testing in Python and the concept of TDD. It contains a very simple calculator class, with add, subtract and other simple methods.

Last synced: 01 Apr 2025

https://github.com/thedancercodes/kenyawebapp

This is the Source Code for v1 of the Kenyaweb.com Android Application.

Last synced: 01 Apr 2025

https://github.com/thedancercodes/gusa

Last synced: 01 Apr 2025

https://github.com/thedancercodes/kotlinmvp

A simple app for storing data in Android with Room built using Kotlin.

Last synced: 01 Apr 2025

https://github.com/thedancercodes/githubrxjavaapp

Interacting with the GitHub API using Retrofit + RxJava

Last synced: 16 Jun 2025

https://github.com/thedancercodes/flask-jwt-auth

Testing some jwts

flask flask-jwt jwt

Last synced: 19 May 2026

https://github.com/thedancercodes/bartalk-app-demo

This is the bartalk app that part of the `Become an Android Developer from Scratch` Udemy Course.

Last synced: 01 Apr 2025

https://github.com/thedancercodes/androidci

A basic android application to demonstrate Circle CI implementation.

Last synced: 01 Apr 2025

https://github.com/thedancercodes/betacrashlytics

A project to demonstrate the use of Beta by Crashlytics for app distribution.

android app-distribution crashlytics fabric

Last synced: 05 May 2026

https://github.com/thedancercodes/catch-of-the-day

A React store that sells fish. Created from Wes Bos's React for Beginners course.

Last synced: 01 Apr 2025

https://github.com/thedancercodes/room-kotlin

A simple app for storing data in Android with Room built using Kotlin.

Last synced: 15 Oct 2025

https://github.com/thedancercodes/bookmarks-flask-app

A simple example using the Flask Microframework to build a bookmarks app.

flask flask-jwt

Last synced: 02 May 2026

https://github.com/thedancercodes/fcm-droid

Android app demonstrates how to use Firebase Cloud Messaging in Android

Last synced: 01 Apr 2025

https://github.com/thedancercodes/android-code-quality

This repo presents different ways of improving your Android code with automatic tools such as Checkstyle, Findbugs, PMD and Android Lint.

Last synced: 15 Jun 2025

https://github.com/thedancercodes/bannerexample

Simple banner adverts for android

Last synced: 11 Jan 2026

https://github.com/thedancercodes/my-json-server

A JSON file that will be used to create a fake Online REST server

Last synced: 11 Jan 2026

https://github.com/thedancercodes/quick-start-to-js

An introduction to the fundamentals of JS

Last synced: 15 Jan 2026

https://github.com/thedancercodes/list-maker

A simple task list app built using Kotlin

Last synced: 01 Apr 2025

https://github.com/thedancercodes/androidmvp

This repo contains a basic Android App that demonstrates the Model-View-Presenter Pattern using the following frameworks: RxJava 2, Butterknife, JUnit, Dagger 2, Retrofit

Last synced: 25 Jul 2025

https://github.com/thedancercodes/flickrfindr

An Android app that displays photos returned from the Flickr Search API

Last synced: 25 Jul 2025

https://github.com/thedancercodes/restful-web-services-app

This repo contains an Android Client that demonstrates the different approaches of interacting with Restful Web Services in an Android App

Last synced: 11 Aug 2025

https://github.com/thedancercodes/sheng-api

REST API framework built using the Flask Framework that serves Sheng words.

Last synced: 14 Sep 2025

https://github.com/thedancercodes/zam-music-apollo-demo

The ZamMusic Android App is a demo application that demonstrates the use of the Apollo-Android GraphQL Client.

Last synced: 01 Apr 2025