A minimal command-line blog program implemented in Java. Create and view blog posts with ease.
- Create new blog posts with titles and content.
- View all available blog posts.
- Simple and easy-to-use command-line interface.
Simple Blog
- Create a new blog post
- View all blog posts
- 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
- Create a new blog post
- View all blog posts
- 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
- Create a new blog post
- View all blog posts
- Exit
Select an option: 3
Goodbye!