Create a Category with a front-end post

take a look at wp_insert_term which you can use to create your new category ex:

wp_insert_term($termName,$taxonomyName);

in your case $termName should be the title and $taxonomyName should be category