# Kimeru-English Dictionary App
A comprehensive dictionary application for the Kimeru language, featuring a robust mobile app and a web-based administration portal.
## 📜 Documentation
- Implementation Overview - Technical details and feature list.
- VS Code Setup Guide - Guide for setting up the development environment.
## 🚀 Projects
### 📱 Mobile App
Located in the `/mobile` directory. To run:
```bash
cd mobile
flutter run
```
### 🌐 Web Portal
Located in the `/web` directory. To run:
```bash
cd web
flutter run -d chrome
```
## 🤝 Contributing
Please refer to the VS Code Setup Guide before starting development.