Community Enclyclopedia
Implemented functionality to an existing community enclyclopedia site including the ability for users to search for entries, create/edit entries, and converting Markdown code into HTML.
Project Overview
- Utilized Django's template functionality to allow users to view existing entries
- Developed a function that allows users to search for entries
- Created a method for users to create new entries in which Markdown content gets converted to HTML when submitted
- Designed for users the ability to edit existing entries