Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 700 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 700 Bytes

Code Fellows 301 - Final Project - Software Glossary App

Deployed Site

https://code-fellows-glossary.netlify.app/

Members

  • Guy Farley
  • Benjamin Small
  • Elizabeth Hammes
  • Brady Davenport

Description

Glossary app: Highlight a term at its own URL, along with a definition, example, details, related terms, aliases, etc. Allow community updates (wikipedia-style, anyone can contribute) via standard CRUD routes. Use an API for spell check, or for converting Markdown to HTML.

Stretch goals: admin approvals, flash-card mode, multi-lingual support. This is a project I could see future teams working on as well, building on your efforts.