Projects in Awesome Lists by ProgrammerSteve
A curated list of projects in awesome lists by ProgrammerSteve .
https://github.com/programmersteve/powerpointwithchatgpt
A simple script that uses openai's "text-davinci-003" model and pptxgenjs to make a quick powerpoint on a specified topic
chatgpt openai-api pptx pptx-files prompt prompt-engineering
Last synced: 12 Apr 2025
https://github.com/programmersteve/reactnativesearchbar
A react native app that connects to a supabase database about smoothie flavors. Has a search bar that throttles API calls.
expo postgresql react react-native supabase
Last synced: 11 Apr 2025
https://github.com/programmersteve/nextmusic
A Next.js application that displays a pdf of sheetmusic and has a music player.
howlerjs nextjs react tailwindcss typescript
Last synced: 29 Mar 2025
https://github.com/programmersteve/springboot-practice-2
Following along with the book "Hands-On Full Stack Development with Spring Boot 2.0 and React"
Last synced: 22 Jun 2025
https://github.com/programmersteve/springboot-practice-3
Coding along for a tutorial to learn Springboot Security https://www.youtube.com/watch?v=her_7pa0vrg
Last synced: 19 Jul 2025
https://github.com/programmersteve/prismapractice2
prisma+graphql+typescript
Last synced: 30 Oct 2025
https://github.com/programmersteve/heart_disease_ml
jupyter machine-learning matplotlib numpy pandas python scikit-learn
Last synced: 30 Dec 2025
https://github.com/programmersteve/nextecommerce
A next js ecommerce app, uses Google OAuth for sign in, cockroachdb(mysql) as a database, and prisma as the adapter for the database.
cockroachdb mysql next-auth nextjs prisma react tailwindcss typescript
Last synced: 30 Dec 2025
https://github.com/programmersteve/reactnativepractice
a todo app made with react native
Last synced: 30 Oct 2025
https://github.com/programmersteve/deno_practice1
Installed deno.js and trying it out
Last synced: 29 Mar 2025
https://github.com/programmersteve/reactrails-practice-1
Using React on ruby on rails 7, also uses tailwindCSS, postgresql
Last synced: 29 Mar 2025
https://github.com/programmersteve/anthropichackathon
AnthropicHackathon project
Last synced: 29 Mar 2025
https://github.com/programmersteve/reactrails-practice-2
Reading Sustainable Web Development with Ruby on Rails, by David Bryant Copeland
Last synced: 17 Jun 2025
https://github.com/programmersteve/nextauthpractice
uses nextAuth, mongoDB and github Oauth for serverSide Authentication on next.js
Last synced: 29 Mar 2025
https://github.com/programmersteve/androidpokedex
An android application written in Java that uses retrofit to pull data from the pokemon api and glide to display the image per pokemon.
Last synced: 29 Mar 2025
https://github.com/programmersteve/charactersbackend
The backend was deployed with cyclic [https://www.cyclic.sh/] but it's shutting down so I need a new place to deploy my backend
Last synced: 05 Jul 2025
https://github.com/programmersteve/facerecognitionbrain-backend
Contains the backend files for the facerecognitionbrain app
Last synced: 29 Mar 2025
https://github.com/programmersteve/eventbookingbackend
Using graphql and mongodb on an express app to handle event booking
Last synced: 29 Mar 2025
https://github.com/programmersteve/musicplayer
uses the "use-sound" library to play mp3 files.
Last synced: 01 Nov 2025
https://github.com/programmersteve/componentlibrary
Making my own Component Library
Last synced: 29 Mar 2025
https://github.com/programmersteve/angularpractice1
Learning the basics of angular
Last synced: 27 Aug 2025
https://github.com/programmersteve/androidfirebaseauth
An android application written in Java that allows users to register and login. User accounts connect to firebase firestore to persist data about the user.
android firebase firestore java
Last synced: 29 Mar 2025
https://github.com/programmersteve/textualizepractice1
Using Texual to make python CLI apps
Last synced: 29 Mar 2025
https://github.com/programmersteve/javaspringbootmanytomanyexample
Spring boot application with a Many-To-Many Example, join table has its own columns. Uses PostgreSQL as a database.
java postgresql spring-boot spring-data spring-security
Last synced: 31 Oct 2025
https://github.com/programmersteve/socketpractice1
An express app using socket.io to allow 2 users to play a game of pong
Last synced: 29 Mar 2025
https://github.com/programmersteve/cube-animation
A React app that uses a webworker to run a webgl animation on a canvas. Random points spin around the origin as they go towards their final path along 8 lines via interpolation which forms a cube. The moving background is done using Vantajs.
animation javascript react webgl webworker
Last synced: 20 Jul 2025
https://github.com/programmersteve/reactsquaregame
https://programmersteve.github.io/reactsquaregame/
Last synced: 29 Mar 2025
https://github.com/programmersteve/spring-security-practice
java spring-boot spring-security
Last synced: 29 Mar 2025
https://github.com/programmersteve/chinese_language_training
A react app that uses a random number to continously display flash cards for HSK level 1 vocabulary. Context is used to share information between components. The backend is an express app that accesses a MongoDB server to retrieve the chinese character list. Tailwind CSS is used to style the components
Last synced: 29 Mar 2025
https://github.com/programmersteve/s3bucketpractice
uploads a file to an s3 bucket
Last synced: 29 Mar 2025
https://github.com/programmersteve/renovationsite
An Ionic app made with react for a small business
Last synced: 29 Mar 2025
https://github.com/programmersteve/webgltest
Displays some demos I created using WebGL, React, and Typescript.
reactjs typescript vite webgl2
Last synced: 29 Mar 2025
https://github.com/programmersteve/nodenasaproject
Following along to the Udemy course called: Complete NodeJS Developer in 2023 (GraphQL, MongoDB, + more)
docker express javascript mongodb nodejs react
Last synced: 29 Mar 2025
https://github.com/programmersteve/expothreepractice
using Expo Three to create demos
Last synced: 29 Mar 2025
https://github.com/programmersteve/supabase-tutorial
Following a tutorial on supabase to learn how to use it
Last synced: 01 Aug 2025
https://github.com/programmersteve/dogclassificationtensorflow
Using transfer learning, trained a mobilenetV2 to tell apart different breeds of dogs using Kaggle information.
cnn-classification googlecolab mobilenetv2 python tensorflow2
Last synced: 29 Mar 2025
https://github.com/programmersteve/reacttestlibrarypractice1
Following along to a book on React Test Library
Last synced: 29 Mar 2025
https://github.com/programmersteve/robofriends-classes
Makes use of classes in React.js
Last synced: 29 Mar 2025
https://github.com/programmersteve/ionic-practice-1
Uses react typescript to create an ionic app that calculates bmi
Last synced: 17 Jul 2025
https://github.com/programmersteve/three-tutorial
A react demo using Three.js, Drei, Fiber, and Gsap
Last synced: 29 Mar 2025
https://github.com/programmersteve/openglpractice
Following along to a tutorial by the Cherno youtube channel to learn opengl
Last synced: 27 Jun 2025
https://github.com/programmersteve/rustpractice1
following along to the online textbook, "The Rust Programming Language" by Steve Klabnik and Carol Nichols, with contributions from the Rust Community. Ch2
Last synced: 23 Jul 2025
https://github.com/programmersteve/javabankcli
A java cli application that connects to a postgresql database to persist data for users and accounts.
Last synced: 17 Sep 2025
https://github.com/programmersteve/java-javalin-bank-backend
A REST java backend made using the javalin framework. Uses Postgresql to persist data, jwt tokens for authentication, and hashing for password storage.
docker docker-compose java javalin jwt postgresql
Last synced: 03 Aug 2025
https://github.com/programmersteve/rubyonrails-practice-2
Following along to the textbook, Mastering Ruby on Rails A Beginner's Guide, Edited by Sufyan Bin Uzayr
Last synced: 10 Aug 2025
https://github.com/programmersteve/rubyonrails-practice-1
Following along youtube video: https://www.youtube.com/watch?v=fmyvWz5TUWg
Last synced: 16 Aug 2025
https://github.com/programmersteve/grpc_practice
Went over unary, client stream, server stream, bidirectional stream with grpc in node with typescript. Watched these 3 videos:
grpc javascript nodejs protobuf3 typescript
Last synced: 14 Mar 2025
https://github.com/programmersteve/electronwebviewscraper
An Electron app made with React/Typescript with Vite. Scrapes websites pulled up from the webView elements.
electron react typescript vite
Last synced: 30 Dec 2025
https://github.com/programmersteve/fibonacci_python_app
Uses flask.py to serve a webpage for a Fibonacci calculator
flask playwright pytest python
Last synced: 23 Jul 2025
https://github.com/programmersteve/assessment-1
https://programmersteve.github.io/assessment-1/
Last synced: 01 Aug 2025
https://github.com/programmersteve/testsite
Fetches a url to see if it's working https://programmersteve.github.io/testSite/
Last synced: 12 Jul 2025
https://github.com/programmersteve/robofriends-test
https://programmersteve.github.io/robofriends-test/
Last synced: 29 Mar 2025
https://github.com/programmersteve/emscripten-site
Uses Emscripten to create a webpage using C++ and SDL2
Last synced: 21 Feb 2025
https://github.com/programmersteve/crwn-clothing
a project from udemy I am coding along to.
Last synced: 06 Oct 2025
https://github.com/programmersteve/graphqlecommerce
GraphQL CMS app to go with my ecommerce site
apollo-client apollo-server database dockerfile expressjs graphql nodejs planetscale prisma prisma-client reactjs tailwindcss typescript webpack
Last synced: 30 Dec 2025
https://github.com/programmersteve/randomapi
a next.js app used for backend stuff for random frontend apps
Last synced: 14 Oct 2025
https://github.com/programmersteve/nextportfolio
A portfolio Website for myself made using Nextjs and typescript.
Last synced: 24 Oct 2025
https://github.com/programmersteve/price_regression_ml
jupyter machine-learning matplotlib numpy pandas python scikit-learn
Last synced: 10 Jul 2025
https://github.com/programmersteve/kafkademo
A React, Typescript app that uses socket.io to communicate with a Node.js, Kafka consumer backend. The Textual python app sends info via a post request to a go gin kafka producer backend. The docker compose sets up the Kafka.
docker-compose gin golang kafka nodejs python react socket-io tailwindcss textual typescript
Last synced: 30 Dec 2025