Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 343 Bytes

File metadata and controls

14 lines (9 loc) · 343 Bytes

Dictionary App

A simple dictionary application that uses the Free Dictionary API.

Run locally

Clone this repository and open the index.html in your favorite browser!

git clone https://github.com/cs280fa21/dictionary-app
cd dictionary-app
open -a "Google Chrome" index.html # works on macOS