This is a personal project where I'm exploring building a mobile app inspired by Nike's SNKRS, using the powerful Flutter framework. Sneaker shop is a passion project driven by my love for sneakers and the vibrant sneakerhead community.
- Built with Flutter: Leveraging Flutter's cross-platform capabilities to reach a wider audience on both Android and iOS.
- Intuitive UI: Designing a visually appealing and user-friendly interface tailored for sneakerheads.
- Engaging Features: Exploring features like 360° product views, detailed descriptions, and wishlist options to enhance the user experience.
This project allows me to:
- Deepen my Flutter knowledge: Experiment with advanced Flutter features and explore mobile app development best practices.
- Connect with the community: Engage with other sneaker enthusiasts and gain valuable feedback to shape the app's direction.
- Express my creativity: Design and build a platform that reflects my passion for sneakers and community building.
- Flutter SDK ([link to download Flutter])
- Clone the repository:
git clone https://github.com/chhibber02/Sneaker_app
- Run
flutter pub get
to install dependencies.
flutter run-android
flutter run-ios
lib
: Contains the main source code of the app.assets
: Holds images, fonts, and other resources.pubspec.yaml
: Defines project dependencies and configurations.
I welcome contributions!
Report any bugs or issues on the GitHub issue tracker.
Flutter documentation: [link to Flutter docs]