Skip to content

coding-glossary/final-app-front-end

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.