Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 325 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 325 Bytes

Dictionary App

A simple dictionary application that uses the Free Dictionary API.

Run locally

Clone this repository, install dependencies, and run in development mode.

git clone https://github.com/cs280fa21/dictionary-react-app
cd dictionary-react-app
npm install
npm run start