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.

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.

Employee Taxable Salary Calculator Using HTML, CSS and JavaScript with Source Code

Submitted by rems on
Welcome to the Employee Taxable Calculator, a user-friendly web application designed to streamline the process of computing taxable salary for employees. This innovative tool harnesses the power of HTML, CSS, and JavaScript to offer individuals a seamless experience in understanding their net income after necessary deductions. With its intuitive interface, users can swiftly input their basic

Text File Reader Program using Tkinter in Python with Source Code

Submitted by razormist on
Text File Reader Program using Tkinter in Python with Source Code - A Python program that uses the tkinter library to create a text file reader. The purpose of the program is to make it easier for users to view or open text files as long as they contain content. Python Source Code.