Skip to content

ASK-FK clone using C++ Console Application, with local storing data using txt file.

Notifications You must be signed in to change notification settings

MalekAldaas/ASK-FM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Console ASK-FM

ASK-FM is a C++ file-based console application that functions as a social media platform where users can ask and answer questions. It allows for anonymous posts and facilitates interactions through profile creation, enabling users to pose questions, receive answers, and comment on other members' inquiries. The system is designed using Object-Oriented Analysis and Design concepts for an organized and efficient implementation.

Features

  • User can signup account, all input such as username and email are validation using regex.
  • User can login into account using username or email.
  • View all questions in feed
  • Ask questions to other users, anonymously if they allowed anonymouse questions.
  • Prevent other users from asking anonymouse questions.
  • Answer recived questions or update answer.

Interface

ASKFM_01 ASKFM_02 ASKFM_03

How to work on your pc

  • Clone the project on your pc.
  • Open terminal in project folder.
  • Type the command "make" with out quets to start.

About

ASK-FK clone using C++ Console Application, with local storing data using txt file.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published