WordWise is a simple and efficient dictionary web app built with PHP and Bootstrap. It fetches real-time word data using an API to provide accurate and useful definitions, examples, and more. Perfect for quick word lookups!
- π PHP
- π¨ Bootstrap 5
- π Dictionary API (insert API name if you want)
- Open a terminal and run:
git clone https://github.com/hunjanhar/wordwise-dictionary-app.git
- πΎ Download and install XAMPP.
βΆοΈ Start the Apache server from the XAMPP control panel.- π Move the WordWise project folder into the
htdocsdirectory inside your XAMPP installation folder.
Example:- Windows:
C:\xampp\htdocs\wordwise-dictionary-app - Mac:
/Applications/XAMPP/htdocs/wordwise-dictionary-app
- Windows:
- π Open your browser and go to:
http://localhost/wordwise-dictionary-app

