GithubHelp home page GithubHelp logo

twitter's Introduction

Twitter

DSA banner

Correction scale

  • const ref
  • move semantics
  • modern data structures
  • modern algorithms
  • smart pointers
  • template
  • Regex
  • DLL
  • Logging

Minimum scale

  1. At startup, a user is given the option to log in to their account or they can create an account. Login / registration involves entering the username.
  2. Warning: username must be unique!

  3. The main menu displays the following options (features):
    1. Post: the user can make a text post of up to 140 characters;
    2. Personal Profile: The user can see the history of his posts
    3. Follow function: user can "make friends" with other users. This way you can build the social graph of the platform.
    4. Feed: viewing posts. One post at a time will be displayed - see details below. The following options will be posted below:
      • Like or Dislike - the user can like / dislike and withdraw their reaction
      • Comment - the user can write a comment, and the list of comments will be updated
      • See all comments
      • Retweet - the user will be able to enter a preface to his post
      • Go to referenced tweet - if the post is a retweet, it will be possible to access the original post
      • Next / previous post
      • Back to main menu
    5. Keyword Search: The user enters a multi-keyword query and displays posts that contain at least one searched keyword - see Inverted Index.
    6. Warning: Try to prioritize the latest results.

    7. User Search: The user enters a user name as a query and the list of results is displayed. A result does not have to be identical to the query, but similar values can be displayed. To compare strings implement distance Levenshtein.

Advanced project components

  1. GUI - graphical interface for all the functionalities in the minimum scale of the client application.
  2. Networking - the communication between client and server applications to be done using Sockets
  3. Database - the data used by the server will be manipulated using a database

Teammates

Sdraila Valentin

Similie Vlad-Gabriel

Sulu David

๐Ÿ“ท Images ๐Ÿ“ท

video presentation








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.