Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 353 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 353 Bytes

A dictionary app using a SQLite database to store words and definitions. Backend and frontend created using Python. The app will allow users to search for words, insert new words, add definitions to a word or even delete entries from the dictionary. This app was inspired by the dictionary app created on Ardit Sulce's Python Megacourse on Udemy.