Skip to content

Latest commit

 

History

History
54 lines (46 loc) · 1.64 KB

README.md

File metadata and controls

54 lines (46 loc) · 1.64 KB

IF2110_TB_03_G

Table of Contents

General Information

The BurBir program is a CLI (command-line interface) based simulation program. It's created in C language using ten data structures. Within this program, users can explore various features that enable dynamic social interactions with another user. The friendship feature allows users to add, delete, and approve friend requests. Users can also create a "tweet" which are similar to short messages, and perform several actions such as deleting, printing, liking, and creating threads from their own tweets.

Contributor

Group G (K-03)

  • 13522123 Jimly Nur Arif
  • 13522124 Aland Mulia Pratama
  • 13522126 Rizqika Mulia Pratama
  • 13522139 Attara Majesta Ayub
  • 13522150 Albert Ghazaly

Project Assistant

  • 13520022 Primanda Adyatma Hafiz

Technologies Used

  • C
  • Abstract Data Type

Features

  • Pengguna
  • Profil
  • Teman
  • Permintaan Pertemanan
  • Kicauan
  • Balasan
  • Draf Kicauan
  • Simpan dan Muat
  • Thread
  • Tagar
  • Kelompok Teman
  • For Your BurBir (FYB)

How to Use

  • Run the main program in file "main.c"

Dependencies

  • C/C++ Compiler

Installation