Giter Site home page Giter Site logo

assignment2's Introduction

Social Network GUI

A JavaFX project which utilises the MVC model to build a social media GUI.

Constraints of the project

  • There are three type of person: Adult (over 16), Child (3 - 16 year old) and YoungChild (2 year old or younger).
  • Each person has a “profile” in the social network that keeps track of persons’ name, age, gender, profile picture, status and list of connections on his/her profile.
  • A child can be a friend ONLY to another child who is also younger than 16 and from a different family with an age difference of 3 or less.
  • Other than friend and parent relations, there are other types of connections such as sibling, colleague and classmater.
  • Colleague relation only applies on Adults.
  • Classmate relation can apply on Adults and Children, but not young children.

Functionality of the project

  • If a people.txt file is present, the SQLite tables will be emptied and repopulated with the entries in the file.
  • If a file and database if not available, then the application will not show any data or add any data.

Getting Started

To get started: Clone the project -> Open the directory in mac or unix terminal -> Type 'make' and press enter. To clean class file: Type 'make clean' and press enter.

Prerequisites

No prerequisites needed to run the project, although a UNIX or Mac terminal is required in order to run the Makefile

Built With

  • Java 8
  • JavaFX
  • SQLite Database
  • JUnit 5 Unit Tests
  • Makefile

Enhancements

The project will be converted to a Maven project in the future.

Author

Tejas Cherukara

assignment2's People

Contributors

spacetj avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.