Skip to content

AnsElwkel/AskFm_Project

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors