Skip to content

junaidzm13/Wiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wiki

Developed, designed and implemented a wikipedia-like online encyclopedia.

Background

As most of us know, Wikipedia is a free online encyclopedia that contains a number of encyclopedia entries on numerous subjects.

Each encyclopedia entry has its own page and it can be viewed by visiting the entry's page. For example, visiting https://en.wikipedia.org/wiki/HTML shows the Wikipedia entry for HTML.

In practice, it would start to get tedious if every page on Wikipedia had to be written in HTML. Instead, it is much more helpful to store encyclopedia entries using a lighter-weight human-friendly markup language. Wikipedia happens to use a markup language called Wikitext, but for this project we store encyclopedia entries using a markup language called Markdown.

Read through GitHub’s Markdown guide to get an understanding for more information and how Markdown’s syntax works.

By having single Markdown file for each encyclopedia entry, we made our entries much more user-friendly to write and edit.

Acknowledgements

  • Special thanks to CS50W 2020: Web Programming with Python and JavaScript course's managment, lecturers and tutors.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published