Functional & Technical Requirements

Let's implement a social news program in this section.

Objective

The goal of this project is to build a basic social news program. Its users will be able to show a list of links and add new ones.

Functional requirements

  • A link is defined by its title, its URL and its author (submitter).

  • If a new link URL does not start with "http://" or ...