Projects in Awesome Lists by dylanbuchi
A curated list of projects in awesome lists by dylanbuchi .
https://github.com/dylanbuchi/31-days-of-code
I took on a challenge to build 31 mini-projects using Python. These projects included a variety of applications and features, such as a hangman game, a tic-tac-toe game, a quiz program, and a flash cards app.
30-days-of-code challenge games mini-projects-in-python python
Last synced: 19 Jun 2025
https://github.com/dylanbuchi/swissborg-scraper
A script project that gets crypto data from Swissborg's website, filters, and stores it in a file. Built with Python.
Last synced: 16 Mar 2026
https://github.com/dylanbuchi/discord-bot
My first freelance project where I created a custom Discord bot for SwissBorg's Discord server. The bot provided automated responses to users based on keywords and commands. Built with Python, Discord API, GitHub API, and MongoDB.
Last synced: 09 Sep 2025
https://github.com/dylanbuchi/pinterest-home-page
Rebuilt Pinterest home page with React, TypeScript, and TailwindCSS.
pinterest react tailwindcss typescript vitejs
Last synced: 09 Apr 2026
https://github.com/dylanbuchi/movies
A mobile app project that allows users to browse, watch trailers, and buy movies. It includes features such as login and registration, a user profile, a movie catalog, and a shopping cart. Built with Dart, Flutter.
Last synced: 04 Aug 2025
https://github.com/dylanbuchi/job-hunt-tracker
A full-stack MERN project that allows users to register and login into their accounts to create, track, and manage their job applications. Frontend with React, TypeScript, and ChakraUI. Backend with Node.js, TypeScript, Express, and MongoDB.
chakra-ui express full-stack mongodb nodejs reactjs typescript
Last synced: 12 Apr 2026
https://github.com/dylanbuchi/sveltastic-todo
A full-stack task management web app built with SvelteKit, TypeScript and Bulma that allows users to create, edit, remove, search, filter and sort tasks. It uses Lucia for authentication, Prisma for database access and Supabase for data storage.
bulma-css lucia-auth prisma supabase svelte sveltekit typescript
Last synced: 19 Jan 2026
https://github.com/dylanbuchi/kitty-cats
A front-end project that allows users to search for cat data using an API. The user can enter a query in a search bar, and the app will fetch and display the relevant data from the API. Built with React, JavaScript, and CSS.
Last synced: 09 Apr 2026
https://github.com/dylanbuchi/songs-rest-api-nest-js
A back-end project that allows users to perform CRUD (Create, Read, Update, Delete) operations on song data in a database. Built with Nest.js, TypeScript, and MongoDB.
backend mongodb nest-js rest-api typescript
Last synced: 08 Mar 2026
https://github.com/dylanbuchi/find-customers
A full-stack project that stores and displays user data and its location on a map, with a REST API endpoint that allows users to be listed or retrieved by id. Built with Python, Django, SQLite, CSS, HTML, and MapBox API.
django django-rest-framework rest-api
Last synced: 15 May 2026
https://github.com/dylanbuchi/backend-starter
Backend starter: Node.js TypeScript Express.js MongoDB ESLint Prettier
eslint express-js mongodb node-js prettier typescript
Last synced: 09 Apr 2026
https://github.com/dylanbuchi/big-movies
A web app project that allows users to register, log in, browse, search, watch trailers, add movies to watchlists and favorites, as well as read actors' bios. Built with React.js, TypeScript, Redux, Material-UI and the TMDB API.
Last synced: 18 Apr 2026
https://github.com/dylanbuchi/template-vite-react-typescript-tailwindcss-eslint-prettier-pnpm
Basic React template: Vite + React + TypeScript + TailwindCSS + ESlint + Prettier + pnpm
Last synced: 16 May 2026
https://github.com/dylanbuchi/portfolio-next
My portfolio website, built with Next.js, React, TypeScript and TailwindCSS.
nextjs portfolio-website react tailwindcss typescript
Last synced: 13 Apr 2026
https://github.com/dylanbuchi/human-verification
A human verification system, made with HTML5, CSS3, and JavaScript.
Last synced: 14 Jun 2026
https://github.com/dylanbuchi/store-api
A back-end project that allows users to perform CRUD operations in a database. The API exposes endpoints for creating, finding, updating, and deleting products. Built with Node.js, Express.js, TypeScript, and MongoDB.
expressjs mongodb nodejs typescript
Last synced: 07 Apr 2026
https://github.com/dylanbuchi/crack-the-code-game
A game that generates a code with 4 or 5 digits depending on the mode, and the goal is to crack it.
Last synced: 14 Jun 2026
https://github.com/dylanbuchi/stats-preview-card-component
Frontend Mentor challenge: A responsive card component from design. Built with HTML5 and CSS3.
Last synced: 30 Jun 2025
https://github.com/dylanbuchi/francis-portfolio
A freelance project where I created a custom portfolio website for a client. The website features a clean and modern design, showcasing the client's work and projects. Front-end with HTML, CSS and JavaScript. Back-end with Python and Flask.
Last synced: 03 Jun 2026
https://github.com/dylanbuchi/advent-of-code
My Python solutions to the Advent of Code
Last synced: 19 Apr 2026
https://github.com/dylanbuchi/data-structures-and-algorithms-cpp
Repo to practice implementing data structures & algorithms in C++
algorithms cpp data-structures
Last synced: 12 Jun 2026
https://github.com/dylanbuchi/budget-app-fcc
My solution to the freeCodeCamp Budget App project in Python using object-oriented programming.
Last synced: 22 Sep 2025
https://github.com/dylanbuchi/roulette-game
A program that simulates a roulette casino game.
Last synced: 30 Jul 2025
https://github.com/dylanbuchi/password-checker
A Python program that checks if a password has been hacked
Last synced: 04 Aug 2025
https://github.com/dylanbuchi/simplechattybot
Simple program where a bot and a user interacts.
Last synced: 23 Aug 2025
https://github.com/dylanbuchi/simple-html-form
A custom HTML form component made with HTML5, CSS3 and JavaScript.
Last synced: 14 Jun 2026
https://github.com/dylanbuchi/xylophoneapp
a xylophone app made with Flutter
Last synced: 13 Jul 2025
https://github.com/dylanbuchi/recipes
a simple delivery food app like UI made with Flutter
Last synced: 30 Oct 2025
https://github.com/dylanbuchi/fluttercardapp
Business card made with Flutter
Last synced: 14 Jun 2026
https://github.com/dylanbuchi/quiz_app
A little Quiz app made with Fluttter
Last synced: 14 Jun 2026
https://github.com/dylanbuchi/springannotationsdemo
Practicing annotations with the Spring framework
Last synced: 14 Oct 2025
https://github.com/dylanbuchi/number-guessing-game
A random number guessing game in Python
Last synced: 18 Oct 2025
https://github.com/dylanbuchi/basic-web-dev-template
Template for web dev with html css and javascript files
Last synced: 31 Jan 2026
https://github.com/dylanbuchi/3-column-preview-card-component
Frontend Mentor challenge: 3-column preview card component from design. Built with HTML and CSS.
Last synced: 27 Feb 2026
https://github.com/dylanbuchi/modal-window
A simple project to practice JavaScript and the DOM
Last synced: 14 Feb 2026
https://github.com/dylanbuchi/travelio
Travelio is a full-stack web application that enables users to explore and book amazing places from other users around the world. Users can create their own profile and manage their favorites, properties, reservations, and trips. Users can also browse through public listings in guest mode and filter them by location, amenities and more.
mongodb nextjs13 prisma react18 tailwindcss typescript
Last synced: 20 Apr 2026
https://github.com/dylanbuchi/coinflip
A simpe program that does a coin flip game.
Last synced: 14 Jun 2026
https://github.com/dylanbuchi/twitter-bot
creating a twitter bot with the Twitter API
Last synced: 17 Jun 2026
https://github.com/dylanbuchi/python-data-structures-and-algorithms
Practice repo for data structures and algorithms in Python
Last synced: 14 Jun 2026
https://github.com/dylanbuchi/javascript-data-structures-algorithms
Repo to implement data structures and algorithms in JavaScript.
Last synced: 14 Jun 2026
https://github.com/dylanbuchi/hearthstone-deck-roulette
A Python script to generate a random Hearthstone class.
Last synced: 14 Jun 2026
https://github.com/dylanbuchi/chating-app
A simple chat app made with Flutter and Firebase
Last synced: 14 Jun 2026
https://github.com/dylanbuchi/data-structures-and-algorithms-java
Implementation of Data Strucutres & Algorithmes in Java
Last synced: 15 Jun 2026
https://github.com/dylanbuchi/polygon-area-calculator
Polygon Area Calculator project built with Python using object-oriented programming.
Last synced: 15 Jun 2026
https://github.com/dylanbuchi/database_management_system
Database Management System
Last synced: 17 Jun 2026
https://github.com/dylanbuchi/budgetmanager
A simple budget manager application project
Last synced: 07 Jul 2025
https://github.com/dylanbuchi/svelte-practice
Repo to practice Svelte framework
Last synced: 17 Jun 2026
https://github.com/dylanbuchi/quote-generator
Generate random quotes using an API. Created with VanillaJS.
Last synced: 14 Jun 2026
https://github.com/dylanbuchi/paint_app
A simple paint app like using Python and Tkinter.
Last synced: 14 Jun 2026
https://github.com/dylanbuchi/django_website_tutorial
Writing my first Django app
Last synced: 14 Jun 2026
https://github.com/dylanbuchi/data-structures-and-algorithms-python
Repo to practice implementing data structures and algorithms in python.
Last synced: 14 Jun 2026
https://github.com/dylanbuchi/hangman
A Java program project that runs in a terminal and allows users to play the classic Hangman game.
Last synced: 14 Jun 2026
https://github.com/dylanbuchi/card-game-combat-style
A combat style card game using Python
Last synced: 14 Jun 2026
https://github.com/dylanbuchi/coffee-machine
A program that simulates a coffee machine.
Last synced: 14 Oct 2025
https://github.com/dylanbuchi/expenses
A mobile app project that allows users to track and manage their expenses. Built with Flutter and Dart.
Last synced: 19 Jun 2025
https://github.com/dylanbuchi/magicball_app
simple guess app made with flutter
Last synced: 10 Sep 2025
https://github.com/dylanbuchi/bankaccount
Program that manages bank accounts.
Last synced: 11 Jun 2026
https://github.com/dylanbuchi/java-practice
Practicing data structures in java
Last synced: 11 Jun 2026
https://github.com/dylanbuchi/recipe-search
Program that search for recipes in a file.
Last synced: 11 Jun 2026
https://github.com/dylanbuchi/guess-the-number
A game to guess the hidden number. Built with HTML, CSS, and Vanilla JavaScript.
Last synced: 27 Jul 2025