https://github.com/hunjanhar/wordwise-dictionary-app
📚 WordWise — A PHP-based dictionary app using Bootstrap & API to fetch real-time word meanings ⚡
https://github.com/hunjanhar/wordwise-dictionary-app
api apifetch bootstrap4 lightweight php8 real-time responsive-design
Last synced: about 1 month ago
JSON representation
📚 WordWise — A PHP-based dictionary app using Bootstrap & API to fetch real-time word meanings ⚡
- Host: GitHub
- URL: https://github.com/hunjanhar/wordwise-dictionary-app
- Owner: hunjanhar
- Created: 2025-08-23T17:38:55.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-23T17:42:31.000Z (10 months ago)
- Last Synced: 2025-08-24T11:22:14.457Z (10 months ago)
- Topics: api, apifetch, bootstrap4, lightweight, php8, real-time, responsive-design
- Language: PHP
- Homepage:
- Size: 374 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📚 WordWise


**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!
---
## 🛠️ Built With
- 🐘 PHP
- 🎨 Bootstrap 5
- 🔗 Dictionary API (insert API name if you want)
---
## ⚙️ Setup & Usage
### 🔁 Clone the Repository
1. Open a terminal and run:
```bash
git clone https://github.com/hunjanhar/wordwise-dictionary-app.git
## To run **WordWise** locally, follow these steps:
1. 💾 Download and install [XAMPP](https://www.apachefriends.org/index.html).
2. ▶️ Start the **Apache** server from the XAMPP control panel.
3. 📂 Move the **WordWise** project folder into the `htdocs` directory inside your XAMPP installation folder.
Example:
- Windows: `C:\xampp\htdocs\wordwise-dictionary-app`
- Mac: `/Applications/XAMPP/htdocs/wordwise-dictionary-app`
4. 🌐 Open your browser and go to:
```bash
http://localhost/wordwise-dictionary-app