Picture Match Game using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
Picture Match Game using HTML&CSS in VanillaJS with Source Code - A puzzle-style game created purely in JavaScript where the goal is to pair two images. The game is basic and straightforward, requiring players to match all the images to earn a good score. JavaScript Source Code.

Computer Inventory System Using PHP and MySQL with Source Code

Submitted by rems on
Welcome to the Computer Inventory System Using PHP and MySQL, a powerful solution designed to streamline the management of computer assets within organizations. This innovative system offers a user-friendly interface and robust functionality to facilitate the tracking, updating, and deletion of computer records with ease. Leveraging PHP for server-side scripting and MySQL for data storage, the

How to Create Randomly Select an Element From the List

Submitted by razormist on
Learn on How to Create Randomly Select an Element From the List. A Python program that displays in the terminal console, allowing users to randomly select an element from a list. The tutorial's purpose is to demonstrate the proper usage of the random function for selecting elements randomly. Python Tutorial.

Recipe Finder App using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
Recipe Finder App using HTML&CSS in VanillaJS with Source Code - A recipe finder created purely in JavaScript that utilizes an API to fetch data from the source. The application searches through the keyword you entered in the database to display your results. JavaScript Source Code.

Github User Finder using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
Github User Finder using HTML&CSS in VanillaJS with Source Code A GitHub user finder developed purely in JavaScript that allows you to search for GitHub users. This program utilizes the GitHub User Finder API to fetch user data from the GitHub database. JavaScript Source Code

Flashcard Quiz App Using PHP and MySQL with Source Code

Submitted by rems on
Welcome to the Flashcard Quiz App Using PHP and MySQL, a dynamic tool designed to facilitate interactive learning and knowledge retention. This innovative web application offers users a seamless platform to create, manage, and study flashcards effortlessly. With a sleek and intuitive interface, the Flashcard Quiz App harnesses the power of PHP and MySQL to provide a robust and reliable solution

Speech to Text Converter Using HTML, CSS and JavaScript with Source Code

Submitted by rems on
Welcome to the Speech to Text Converter Using HTML, CSS, and JavaScript, a versatile tool designed to transcribe spoken words into text effortlessly. Leveraging the power of modern web technologies, this application empowers users to convert their speech into written text in real-time. Through a seamless integration of HTML, CSS, and JavaScript, coupled with the Web Speech API, users can easily

Snake Game using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
Snake Game using HTML&CSS in VanillaJS with Source Code - A Snake Clone game created purely in JavaScript language as a web application. This game follows the same mechanics as the original snake game, where the player needs to acquire food that appears randomly on the screen. JavaScript Source Code.