An open API service indexing awesome lists of open source software.

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 ⚡

Awesome Lists containing this project

README

          

# 📚 WordWise

![Wordwise Image](images/screenshot/screenshot1.png)
![Wordwise Image2](images/screenshot//screenshot2.png)

**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