A fully responsive and interactive dictionary web application, designed to enhance word lookup experiences with modern UI/UX principles. Built using React, TypeScript, and Tailwind CSS, this project integrates the Free Dictionary API to deliver real-time word definitions, audio pronunciations, synonyms, antonyms, and usage examples. The user-friendly interface offers seamless interactions, dynamic theme switching, and customizable font options for a personalized browsing experience.
- HTML5
- CSS3
- Tailwind CSS
- React
- TypeScript
- REST API
- Figma
- Git
- Vite
Open your terminal and run the following command to clone the repository:
git clone https://github.com/modeltoIT/dictionary-app.gitGo to the project directory
cd dictionary-appInstall dependencies
npm installStart the server
npm run dev