Table of Contents
DoughDock is a mobile application built for pizza enthusiasts who seek precision in their dough-making and a community to share their creations. It combines the utility of a professional tool with the fun of a social feed, all wrapped in a clean, dark-themed interface.
"DoughDock combines everything I’ve personally wanted when making pizza: a smart calculator, a planner, and a social sharing feed."
The app is currently in development and aiming for release soon!
DoughDock is designed to be your indispensable companion in the pizza-making process, from calculating ingredients to sharing the final result.
- 🍞 Smart Dough Calculator: Accurately calculate hydration percentage, adjust for desired servings, and instantly scale all ingredients for popular pizza styles.
- 🧀 Pizza Planner: Get organized with suggested toppings, specific pizza styles (e.g., Neapolitan, New York), and a schedule for your dough-making process.
- 🌍 Social Sharing Feed: Post and browse stunning pizza creations from other users, get inspiration, and share your own masterpieces with the community.
- 🌑 Dark-Themed Interface: A clean, sleek, and intuitive dark-themed UI designed for focus and ease of use.
DoughDock is an open-source project. If you wish to build the app from the source code, please follow the steps below.
This guide assumes you have the Flutter SDK and a suitable IDE (like VS Code or Android Studio) set up.
- Clone the repository:
git clone [https://github.com/your-username/doughdock.git](https://github.com/your-username/doughdock.git)
- Navigate to the project directory:
cd doughdock - Fetch dependencies:
flutter pub get
- Run the application:
(Ensure a device or emulator is connected/running.)
flutter run
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/amazing-feature) - Commit your Changes (
git commit -m 'feat: Added some amazing feature') - Push to the Branch (
git push origin feature/amazing-feature) - Open a Pull Request
Distributed under the GNU Affero General Public License v3.0 License. See LICENSE for more information.