A simple Java console application to view electronic products.
Electro-Mart is a Java-based mini project that simulates a basic electronic store.
Users can browse and view a list of available products (like mobiles, laptops, and gadgets) directly from the console.
This project is ideal for beginners learning Java basics, arrays, loops, and object-oriented programming (OOP).
- 📱 View a catalog of electronic products
- 💻 Console-based interactive menu
- 🎯 Beginner-friendly Java project for practice
Electro-Mart/ ├── Main.java # Entry point of the application ├── Mobilee.java # Class for mobile product details ├── User.java # (Optional) Handles user details ├── Other .java files # Supporting classes
- Java JDK 8 or higher installed
- A code editor (VS Code, IntelliJ IDEA, Eclipse, etc.)
- Clone the repository:
git clone https://github.com/sahithinandikula/Electro-Mart.git cd Electro-Mart - Compile the Java files:
javac *.java
- Run the program:
java Main
📖 Sample Usage
Welcome to Electro-Mart!
Available Products:
- Smartphone - ₹25,000
- Laptop - ₹55,000
- Headphones - ₹2,000
- Smartwatch - ₹5,000
Thank you for visiting Electro-Mart!
📚 Learning Goals
This project helps you understand:
Java fundamentals (classes, objects, methods)
Arrays & data handling
Basic console I/O with Scanner
🤝 Contributing
Pull requests and suggestions are welcome. If you’d like to improve Electro-Mart (e.g., add product categories, search functionality, or prices), feel free to contribute!
📜 License
This project is licensed under the MIT License.
👤 Author
Sahithi Nandikula
🔗 GitHub Profile
