Skip to content

Semester Project for OOP, a social media app built in C++

Notifications You must be signed in to change notification settings

avexxx3/Najaden

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Najaden

Najaden is a social media application built on C++, as a project for my Object Oriented Programming course.

Features

  • Create an account or log in to pre-existing ones
  • Add a pre-existing user as a friend
  • As a user, create posts which may or may not have an activity associated with itself
  • Write comments on posts of your friends or liked pages
  • Like a page from a selection of pre-existing pages
  • Like comments and dislike them as you will
  • Write the data locally as soon as an action is performed

Build

Clone the repository using git clone https://github.com/avexxx3/Najaden or either download the source code as a zip. Execute the Najaden.cpp file either by running through an IDE or running the command g++ Najaden.cpp -o Najaden && ./Najaden inside the same folder as the main.cpp.

Demonstration

(GIF bomb)

Disclaimer

The owners do not take responsibility for any data leakage, and any or all risks associated are upheld through your ownself.

About

Semester Project for OOP, a social media app built in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages