Code & Project Gallery
Welcome to my programming gallery.
Below are some screenshots and examples from some of my projects I’ve worked on,
exploring everything from data visualizations, programs & games, to dynamic web design.
Each image links to a brief description of the project's purpose and my contributions.
Feel free to reach out with any feedback or questions, in my contacts page.^
lets start from the beggining & work our way down to todays programs, Enjoy the gallery! ->
Python: "The Phoenix-hour-log program"
This was one of the first programs I built, using python.
first, I built a program with python designed to track the hours that employees work during the week:
It is built for The Employees or employers to be able to use this program, as a console application.
they enter how much each employee has worked for each day of the week; (or days/time requested to enter),
& this will then track all this work & offer statistics over the course of the year.
(Things like, how many days they worked more then 10 hours, & how many times they worked less then 4 hours, etc.)
& All of this data is also stored on a text document that gets updated with the program every time data is entered
& this text document is then used to produce these summeries & statistics. as I had programmed them to do.
I'm actually really happy with how this turned out, for a console application, (click to open console, & use quick & easy)
It demonstarates how not all programs need a traditional graphical user interface's (GUI'S). & provides functionality first.
& I think its a really effective & stylish program, for a program I built just purely with 1 basic python code & .txt
note: building this project, is what really got me into programming, when i realised = "I can really make programs with my code!"
[Here is a screanshot of what the program looks like]:>
The personal website project:
Before building This website I also built another website that this website was based off of,
using HTML, CSS, java-script, & a lot of study & trial & error. over & over, over time.
I have played with & adjusted, & figured out many different things in the code, along the way...
Just as I am building this website, from the ground up, using this code right now. (not a website builder)
[here is proof that I am building this website with: html, CSS, & Java-script, as we speak...]:>
JavaScript Adventure Game
What follows is a dungeons & dragons style, online adventure game, I built in java-script.
there is a charectersheet with sats that level up, an inventory system, also loot & shops, etc.
for this build, I did not use an AI API, but instead generated 100+ scinarios & outcomes for each scinario,
I then used the "random" function to generate what happens next out of the options I put in the game.
This takes a lot more time, then using a Ai API, but I think the results are more interesting, when man made.
You can look at the online java script game I made, on this website, if you click the link. =>
More projects comming soon...
I have many more programs, but most are console apps, made on java or c# , & not worth showing, so:
I am currently working on 2 GUI applications, (in java & c#) that I expect will be, much more impressive.
I have 3 ideas I wanted to implament in these aplications, 1: using "gif's" as buttins, backgrouds & animations.
2: I am going to layer pics, on gifs, on pics, inside each other, to get the effect of amazing animated boarders.
& 3: I want to simulate animation within the app, by using "await" to move things (like buttons),interactivly .
these are projects I am working on now as we speek. -> (a recycling GUI in java) & (a tournament GUI, in c#)
stay tuned, these are my personal projects, & they will be put up here, when I feel like they are "presentable"...
