A typing speed test game. It tests you how fast you can type in one minute. It will keep track of the wpm, accuracy total keystrokes, and correct and wrong keystrokes. This was created using JavaScript.
This is one of the projects that I am really proud of. I design everything my self, I didn't use any framework for the layout or functionality. Some of the things that I learned was how to how to use manipulate HTML and CSS using Javascript.
It takes the names that are provided in the text area and generates random paired names. If the list of names is odd, it makes one of the two pairs with three pairs. After you press the generate pairs button, it pairs the names and displays them in a div. You will have the option to copy the paired names and generate a new one.
I used JavaScript to create this project. By doing this project I have learned several things. For example, how to pair things randomly. The other thing that I learned from this project was the copy clipboard system. Meaning how to copy something from some where.
Soccer World Cup status. Provides information about the World Cup. You can add, view, or update the teams, players, hosting counties, and games. PHP and Bootstrap were used to create a project.
This is where I learned how to insert, view, update using php. I also learn database connection and how to make a reset password, how to make SQL queries and more. This helped me to have a solid understanding of how the insert, update, view process work as well as the how SQL queries work with PHP.
A Church Managment System. This is a website that I created for the church that I go to. This is meant for a learning exprience.
Through this system you can become a church member and add all of your families, can see the upcoming events, church contact information, read saint history and more.
I used Bootstrap for the design and layout of the website, JavaScript for the functionality, and PHP for the backend. This is where I applied all of materials that I've learned the past 2 years
In this project is where I started to learn deeply how to bootstrap works and I also learned how to recieve messages using the contact information and form validations.