top of page
PROJECTS
![]() | ![]() | ![]() |
---|---|---|
![]() | ![]() | ![]() |
![]() | ![]() |
Page Transition Anchor
Website Development
Instructions:
​
Due to not being hosted in a certain domain, web server, or enough funds to do so. Thus, I made the website I coded, a file where you can access the complete source code and study it. If you decide to use it for your personal use, please give credit. Not for commercial use.
​
All the code is made to be easily readable and it is commented where necessary.
​
Step 1: Download the winrar (.rar) file, using the download button bellow.
Step 2: Extract file where desired.
Step 3: Inside "Final_Website" folder, Open index.html using chrome (preferably).
Step 4: Navigate the homepage( the Homepage might not be fully compatible with mobile devices, it was coded early in my class semester). Also some of the images might not work, due to many servers deleting images I was sourcing from. It can be easily replaced or preferably locally referenced.
​
Under Homework Links in homepage: There will be a link that says final. That will automatically open The final project website that I made about a topic. I chose video games (of course :D )
​
Please use my coding for learning purposes and not just for copy-paste. I made it available due to multiple requests from Montgomery College's students wanting to learn the ways I approached coding the pages. Html and Css only, due to requirements of class.
Early adoptions I made of my website might not be mobile compatible.
C++ Console Development
Description:
This console C++ application was made in an assignment project from programming class in college. This is a library application made to store and find books in a closed environment to be mainly used as a Point Of Sale. Basic requirements was compatibility with windows but the application is semi-compatible with linux as well. I stopped development after the programming semester ended due to other new projects to be finished.
It has the following features:
- Basic windows console UI.
- Reads/Writes Book files.
- Search API functionality.
- Write and Save API functionality.
-Delete Saved Books Functionality.(Might require app to be run as- Run as Administrator)
- Load Saved books API functionality.
-Handling Empty Database and Erroneous Input Entries.
- Point Of Sale Functions and Maintenance Keeping. - Calculates Taxes based on 6%
The app might be flag as a virus but it is due to the nature of the console functionalities. It is NOT a virus.
bottom of page