CS50 - project1 - Wiki

Опубликовано: 30 Май 2026
на канале: Iván Maxi Pereyra
27
0

This is my project1 exercise from the CS50W Harvard course


0:00 index page
0:11 listing the names of all pages in the encyclopedia with links
0:25 visiting /wiki/TITLE, where TITLE is the title of an encyclopedia entry, should render a page that displays the contents of that encyclopedia entry.
0:47 error page indicating that their requested page was not found
1:17 the user should be able to click a link to be taken to a page where the user can edit that entry’s Markdown content
1:23 should be pre-populated with the existing Markdown content
1:37 once the entry is saved, the user should be redirected back to that entry’s page
1:45 search box in the sidebar to search for an encyclopedia entry
2:33 page where they can create a new encyclopedia entry
2:50 if an encyclopedia entry already exists with the provided title, the user should be presented with an error message
3:20 after page created user should be taken to the new entry’s page
4:00 random page