Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 469 Bytes

File metadata and controls

15 lines (10 loc) · 469 Bytes

Facebook Application

The project is a WinForm app that allows you to connect to your Facebook profile and then offers additional features such as: event calendar, matching to facebook friends by common interests and more. The app uses Facebook Graph API to receive data from Facebook servers.

The main goal of the project is to practice the use of design patterns.

Design Patterns used:

  1. façade
  2. Singleton
  3. Iterator
  4. Adapter
  5. Strategy
  6. Observer