week-5-task-Chivylif created by GitHub Classroom
This task is aimed at evaluating your understanding and implementation of MVC.
Challenge
Your task is to create a simple four (4) pager website of your Portfolio.
It should contain:
-
Home page
-
Projects page
-
Contact page
-
Notfound page
· User can navigate all three pages easily
· When a non existing link is entered in the url it should be routed to a Notfound page
· Include unit test to test view and view models
· All database handling operations should be asynchronous
-
Store details of user and user projects in a json file.
-
All functional requirements should be completed.
-
Task should be submitted on or before Wednesday, June 15, 2022