Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 830 Bytes

File metadata and controls

37 lines (29 loc) · 830 Bytes

Simple Blog

A minimal command-line blog program implemented in Java. Create and view blog posts with ease.

Features

  • Create new blog posts with titles and content.
  • View all available blog posts.
  • Simple and easy-to-use command-line interface.

Example Usage

Simple Blog

  1. Create a new blog post
  2. View all blog posts
  3. Exit
    Select an option: 1
    Enter the title of your blog post: My First Blog Post
    Enter the content of your blog post: This is my very first blog post. It's a great start!

Blog post created!

Simple Blog

  1. Create a new blog post
  2. View all blog posts
  3. Exit
    Select an option: 2
    All Blog Posts:
    Title: My First Blog Post
    Content: This is my very first blog post. It's a great start!\

Simple Blog

  1. Create a new blog post
  2. View all blog posts
  3. Exit
    Select an option: 3
    Goodbye!