# Kenya Explorers 🌍
A Web3-powered tourism and culture platform to explore Kenya's game parks, hotels, markets, experiences, and more.
## đź”§ Project Structure
- `frontend/`: React.js + Tailwind
- `backend/`: Node.js + Express
- `smart-contracts/`: Solidity + Hardhat
## 🚀 Getting Started
### 1. Frontend
```bash
cd frontend
npm install
npm run dev
### 2. Backend
cd backend
npm install
npm run dev
### 3. Blockchain
cd smart-contracts
npm install
npx hardhat node