Skip to content

Latest commit

 

History

History
19 lines (19 loc) · 733 Bytes

README.md

File metadata and controls

19 lines (19 loc) · 733 Bytes

Develop an ASP.NET MVC application, which allows users to comment on the article displayed on the browser page.

The main page must contain:

  1. Article title;
  2. Illustration to the article;
  3. Text of article;
  4. Link to view comments (optional - indicating the number of comments added).

The comments page should contain:

  1. All comments (nickname, text, time added);
  2. Field to add;
  3. The add button;
  4. After adding the page with comments should be updated.

Full task description you can see here.

Solution

Alt Text Image alt Image alt Image alt Image alt Image alt