A lightweight, experimental application built for exploration and fun.
Lakoni is a passion project developed to explore new technologies and experiment with application logic. The name itself reflects the journey of "doing" or "acting out" a process—focusing more on the development experience and learning curve rather than being a commercial-ready product.
Important
Note: This project is created strictly 'just for fun'. It is a playground for testing ideas, and while it is functional, it is not intended for production use.
- Clean Architecture: Built with a focus on modularity and readable code.
- Experimental UI: Testing out unique design patterns and user flows.
- Lightweight & Fast: Minimal overhead for a smooth experience.
Since this is a fun project, you can clone and run it locally:
# Clone the repository
git clone [https://github.com/Gha211th/Lakoni.git](https://github.com/Gha211th/Lakoni.git)
# Navigate to the project directory
cd Lakoni
# Get dependencies
flutter pub get
# Run the app
flutter run