CS50 Web Wiki Project Demonstration in Action

Опубликовано: 31 Май 2026
на канале: Karim Bakhsh Amiry
28
0

I am really excited to have the CS50 Web Wiki project finished. This video is a part of the CS50 web programming project which demonstrates the project in action. It used Python & Django as back-end technologies and HTML & CSS are used in front end.

The project has seven specification which are demonstrated in following time stamps.
0:00 Entry Page: Visiting /wiki/TITLE where TITLE is any word or entry in our encyclopedia.

1:02 Index Page: Entry titles are made clickable, so clicking them will take you directly to the entry's page.


1:19 Search: User can type their queries into the search box to find entries, and the app will function accordingly.

2:11 New Page: Users can also add entries to our encyclopedia. They just need to add a title and content and save it using the provided button.



3:10 Edit Page: User can edit an existing entry's content.

3:45 Random Page: Clicking “Random Page” in the sidebar should take user to a random encyclopedia entry.

4:09 Markdown to HTML Conversion: Any markdown content is converted to HTML contents before it is represented in our web page.



cs50
cs50 web
cs50 web project
cs50 wiki
wiki
django
django framework
python
html
css
web project
project wiki
building a wikipedia