This is a console project that similar to Ask Fm
● Handling separation files
● OOP Design (without inheritance and polymorphism)
● People ask questions and others answers them
● This is files-based system
○ Every time the user run it, you see the previous state (users/questions/answers)
○ Multiple users can use it in same time (parallel)
■ You send question. I see it
■ I answer the question or remove it, you see this update
● Login/Sign up/Sign Out
○ Any system allow a user to sign up (name, email, password, username, password)
○ Also: As a user do you allow anonymous questions?
● User operations
○ Print questions: From you, To you, Feed Questions
○ Ask and answer questions. System support threads
○ Delete a question (which might be a thread)
Video to show demo of project : https://shorturl.at/LCSCZ