Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.11 KB

File metadata and controls

27 lines (17 loc) · 1.11 KB

Simple Blog App

The Simple Blog App is a basic Java Swing application that allows you to create and view blog posts. It provides a user-friendly interface for creating new blog posts and viewing existing ones. You can also exit the application whenever you want.

Features

  • Create a new blog post with a title and content.
  • View all available blog posts, with titles displayed.
  • Click on a blog post title to view its content.

How to Use

  1. Run the Java program to start the Simple Blog App.

  2. Main Menu:

    • Click the "Create a new blog post" button to create a new blog post. You will be prompted to enter a title and content.
    • Click the "View all blog posts" button to view a list of all available blog post titles. Click on a title to view its content.
    • Click the "Exit" button to close the application.
  3. Create a Blog Post:

    • After clicking "Create a new blog post," enter a title and content for your blog post and click "Submit."
  4. View Blog Posts:

    • After clicking "View all blog posts," you'll see a list of blog post titles.
    • Click on a title to view the full content of that blog post.