A modern, responsive landing page for PiggyToken cryptocurrency built with Flutter Web. Showcasing tokenomics, roadmap, and community features.
- Responsive Design: Works on all devices from mobile to desktop
- Interactive UI: Smooth animations and transitions
- Token Information: Clear display of tokenomics and utility
- Roadmap Section: Visual timeline of project milestones
- Community Links: Easy access to social channels
- Light/Dark Mode: Automatic system preference detection
Experience the live deployment:
👉 https://ottomandeveloper.github.io/piggyToken/
- Framework: Flutter 3.x (Web)
- State Management: Provider
- UI Components: Custom design with Flutter widgets
- Animation: Flutter animations package
- Deployment: GitHub Pages
- Flutter SDK 3.27.0+
- Dart SDK 3.6.0+
- Chrome (for web testing)
# 1. Clone repository
git clone https://github.com/OttomanDeveloper/piggyToken.git
cd piggyToken
# 2. Install dependencies
flutter pub get
# 3. Run development server
flutter run -d chrome