As a user, I want to submit multiple text , one at a time but currently only the latest input sent is present in the input_text.txt file.
Create a separate folder for input texts and using timestamp + uuid generate unique file name for each input text.
Also update the gitignore file, ignoring all the submitted input texts while overriding the ignore of the sample file to showcase the feature.
As a user, I want to submit multiple text , one at a time but currently only the latest input sent is present in the input_text.txt file. Create a separate folder for input texts and using timestamp + uuid generate unique file name for each input text. Also update the gitignore file, ignoring all the submitted input texts while overriding the ignore of the sample file to showcase the feature.