Skip to content

sahithinandikula/Electro-Mart

Repository files navigation

⚡ Electro-Mart

Electro-Mart Banner

Java
GitHub repo size
License

A simple Java console application to view electronic products.


📌 Overview

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).


🚀 Features

  • 📱 View a catalog of electronic products
  • 💻 Console-based interactive menu
  • 🎯 Beginner-friendly Java project for practice

🛠 Project Structure

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


⚙️ Getting Started

✅ Prerequisites

  • Java JDK 8 or higher installed
  • A code editor (VS Code, IntelliJ IDEA, Eclipse, etc.)

▶️ Run the Application

  1. Clone the repository:
    git clone https://github.com/sahithinandikula/Electro-Mart.git
    cd Electro-Mart
    
  2. Compile the Java files:

javac *.java

  1. Run the program:

java Main


📖 Sample Usage

Welcome to Electro-Mart!

Available Products:

  1. Smartphone - ₹25,000
  2. Laptop - ₹55,000
  3. Headphones - ₹2,000
  4. 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


About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages