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
- Java SE 21+
- Maven
- No frameworks or external dependencies
- 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.