A simple Python-based social media simulation where users can register, log in, post updates, and view profiles.
- Register and log in users
- Secure password handling with hashing
- Post updates
- View user profiles
- Save and load data from JSON file
- Object-Oriented Programming (Classes, Inheritance, Encapsulation)
- File handling with JSON
- Data persistence
- Clone the repository:
git clone https://github.com/<your-username>/<repo-name>.git