Dictionary App This is a simple dictionary made with React and Vite. It uses the Free Dictionary API to provide definitions, parts of speech, examples, and audio pronunciations for words. How to Install To install the dictionary app, clone the repository and run the following command: npm install Once the dependencies have been installed, you can start the development server by running the following command: npm run dev The development server will start at http://localhost:5173. You can open this URL in your web browser to view the dictionary app. Check about section for live site. License MIT License.