Skip to content

m4n50/simple-java-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“ Simple Java Blog

An application written in pure Java SE and built using Maven. This project simulates a simple real blog where users can:

  • Add new blog posts
  • View all existing posts
  • Save/load posts from a local file

πŸ›  Tech Stack

  • Java SE 21+
  • Maven
  • No frameworks or external dependencies


πŸš€ How to Run

Prerequisites

  • Java 21+ installed
  • Maven installed

πŸ“˜ Features

  • Add blog posts with title and content
  • View all blog posts in a list
  • Save/load posts to/from a file (blogposts.txt)

πŸ“ˆ Future Improvements

  • Add categories or tags
  • Format content using markdown
  • Transition to a web version (Spring Boot or Quarkus)
  • Store posts in a database instead of a text file

πŸ“„ License This project is licensed under the MIT License Β© 2025 m4n50.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages