Arcade Game
I love this little game and I want to make a few more levels with different backgrounds and create a high score chart based on the time taken to complete levels. I also want to make a mode where balls spawn randomly instead of in a pattern I create.
Class Registration
I've been learning a lot about php, jquery, javascript, ajax and databases through this project! The next step is to be able to delete individual classes instead of clearing the whole schedule. I want to figure out how to create a button (or some html element) for each class added to the schedule in the database and then click that button to delete the class. That's the way my brain is thinking it through right now at least.
Game with Levels
This game was also fun to make! I used a framework called Impact. I haven't touched this in a while, but I think if I do modify it, I'll start with cleaning it up a bit. For starters, making sure the character won't fall endlessly off of the map.
Timesheet Calculator
My mom needed to convert the time she worked (minus a 30 minute break) to a decimal to put on her timesheet so I quickly made her this calculator. It looks fine on her phone and was mostly made for utility, but I definitely want to make it look great on any size screen and maybe add extra functionality. Computing her time for the entire week or calculating her take home pay are good starting points.
React Native App
I have also been learning react native because I want to develop an app for my community that can run on android and ios. I have been following a great tutorial on Youtube and I purchased a udemy course that covers React.js. So far with my project, I have firebase set up for storage and user authentication. I'm currently creating tabs for the different pages I want in the app.