Skip to content

This application is a Stock Management application for mobile.

Notifications You must be signed in to change notification settings

kavindee/StockApp

Repository files navigation

StockApp: Mobile Stock Management App 📱📊

License GitHub issues GitHub stars

Welcome to StockApp, your go-to solution for mobile stock management! 🚀 This Android app, developed using Java and Android Studio, empowers users to effortlessly manage their stock, keeping everything organized and easily accessible on the go.

📸 Screenshots

App Screenshots App Screenshots App Screenshots App Screenshots App Screenshots App Screenshots App Screenshots App Screenshots

🚀 Features

  • CRUD Application: You can Add, Delete, Update, and View items
  • Report: Can get the reports
  • Billing: Billing System
  • Data Export: Firebase database

🛠 Installation

  1. Clone the repository: [git clone https://github.com/your-username/your-repo.git](https://github.com/kavindee/StockApp.git)
  2. Open the project in Android Studio.
  3. Build and run the app on your Android device or emulator.

🛠 Firebase setup

In your Firebase console, go to the storage tab on the left. Click on the rules tab and set your rule to public. Use the following code to set it to public.

service firebase.storage {
  match /b/{bucket}/o {
    match /{allPaths=**} {
      allow read, write;
    }
  }
}

This is good for testing purposes, however, you should secure your DB connection using authenticate users.

🤝 Contributing

Contributions are welcome! Follow these steps to contribute:

  1. Fork the repository.
  2. Create a branch: git checkout -b feature/new-feature.
  3. Commit your changes: git commit -m 'Add new feature'.
  4. Push to the branch: git push origin feature/new-feature.
  5. Open a pull request.

📜 License

This project is licensed under the MIT License - see the LICENSE file for details.

📧 Contact

Have questions, suggestions, or just want to chat? Reach out to us at wmohankavinda@gmail.com.


Happy coding! 🚀✨