Pinned Repositories
ai-image-gen
AI Image generator using flux1.1 pro
autosar-short-name-generator
A streamlit app to generate AUTOSAR short name and long name from keyword list.
banknotes
Cart-ui
Cart ui using react. This is to show the functinality of useReducer in react.
cocktail-buddy-react
A react webapp that gives info about cocktails that the user searches.
Color-generator
Generates different tints and shades of colors based on the user input hex value (color).
stock_forecast
Forecasting stock prices using prophet and streamlit
tetris
Tetris built completely with Claude-Sonnet 3.5 in cursor
tictactoe-ai-python
Using Minimax, implement an AI to play Tic-Tac-Toe optimally
todo-app
Todo App using cursor-ai and Claude sonnet only
JoeBuydemDips's Repositories
JoeBuydemDips/ai-image-gen
AI Image generator using flux1.1 pro
JoeBuydemDips/banknotes
JoeBuydemDips/Cart-ui
Cart ui using react. This is to show the functinality of useReducer in react.
JoeBuydemDips/cocktail-buddy-react
A react webapp that gives info about cocktails that the user searches.
JoeBuydemDips/Dark-mode-react
Toggle between dark and light mode.
JoeBuydemDips/degrees-of-separation
using breadth-first search to find the shortest path
JoeBuydemDips/furniture-store-react
Simple furniture store website.
JoeBuydemDips/github-finder-react
A website to search Github users. From Brad traversty's react course.
JoeBuydemDips/knights-puzzle-python
A python program that solves logic puzzles. Project from cs50ai Harvard course.
JoeBuydemDips/markdown-react
Using react markdown library to display styled html text from user input.
JoeBuydemDips/minesweeper-ai-python
Play minesweeper with AI
JoeBuydemDips/Natural-Language-Processing
JoeBuydemDips/pagerank
An AI to rank web pages by importance. cs50-ai project
JoeBuydemDips/Pagination
This project gets a list of followers from a github user (user api is hardcoded). The list of followers are paginated. So the user can select a page they want to display by clicking on the page number. The user can also use the prev and next buttons to cycle through the pages.
JoeBuydemDips/Pinch
A Swift-UI App to demonstrate the use of several gestures.
JoeBuydemDips/quiz-app-react
This projects mimics trivia app. It fecthes questions from open trivia API.
JoeBuydemDips/Random-User
This project gets random user from an API. It showcases the use of moue over effects to dynamically change information and appearance on screen. This project shows how to destructure nested data from APIs.
JoeBuydemDips/react-js-food-order
React-js food order dummy project to keep practicing git commands.
JoeBuydemDips/Restart
App made with Swift-UI
JoeBuydemDips/stock-photos-react
Get stock photos from unispalsh API. This app has infinite scroll effect.
JoeBuydemDips/stock_forecast
Forecasting stock prices using prophet and streamlit
JoeBuydemDips/Stripe-HeroUI-clone
A hero-ui clone of stripe. Showcases mouse hover effect with sidebar menus.
JoeBuydemDips/tictactoe-ai-python
Using Minimax, implement an AI to play Tic-Tac-Toe optimally
JoeBuydemDips/autosar-short-name-generator
A streamlit app to generate AUTOSAR short name and long name from keyword list.
JoeBuydemDips/tetris
Tetris built completely with Claude-Sonnet 3.5 in cursor
JoeBuydemDips/todo-app
Todo App using cursor-ai and Claude sonnet only
JoeBuydemDips/cursor.directory
Find the best cursor rules for your framework and language
JoeBuydemDips/file-translator
JoeBuydemDips/gcovr
Generate code coverage reports with gcc/gcov
JoeBuydemDips/photo-app
Photo search app using unsplash api. App built with cursor (composer) and Claude-sonnet. I didn't write a single line of code other than modifications.