Skip to content

pooja123-kothawade/Currency-Converter-wordpress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Currency Converter – AJAX + jQuery + WordPress

This is a simple currency converter made using:

  • WordPress (theme customization)
  • AJAX for backend communication
  • jQuery for frontend interaction

![Screenshot] output screenshot

How it Works

-User action → JavaScript captures input. -AJAX call → JavaScript sends data to PHP. -PHP logic → Processes conversion using WordPress backend. -Response → PHP sends result back. -Update UI → JavaScript displays the converted value instantly.

Files Included

  • functions.php – handles shortcode, script loading, and AJAX
  • currency-converter.js – AJAX and UI logic

Built locally using XAMPP and WordPress 6.8.2

##STEPS I FOLLOWED FOR THIS:

1.Install Wordpress 2.extract zip and rename it as currency converter 3.place the extracted folder at C:\xampp\htdocs\currency-converter 4.created basic wordpress page here: http://localhost/currency-converter/wp-admin and published. 5.activated theme twentytwentyfour in wordpress dashboard. 6.start xampp. start Apache. start mysql. 7.create database in xampp: http://localhost/phpmyadmin/index.php?route=/database/structure&db=currency-converter 7.update files C:\xampp\htdocs\currency-converter\wp-content\themes\twentytwentyfour\functions.php 8.create currency-converter.js in same path 9.and project run on localhost: http://localhost/currency-converter/currency-converter/

About

WordPress (theme customization) AJAX for backend communication jQuery for frontend interaction

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors