An online dictionary project built with React, which consumes the external DictionaryAPI to provide detailed information about words, including meanings, pronunciation, synonyms, and more.
- Word Lookup: Search for words and get detailed information.
- Pronunciation Playback: Listen to the correct pronunciation of words.
- Comprehensive Details: In addition to meanings, obtain synonyms, verb concepts, nouns, adjectives, and more.
- Dark Mode: Toggle between light and dark modes for comfortable reading at any time.
- React: JavaScript library for building user interfaces.
- Vite: Fast build tool for JavaScript projects.
- NPM: Package manager for installing dependencies.
- CSS Modules: Methodology for styling isolated components in React.
- Clone this repository.
- Navigate to the project directory in your terminal.
- Run
npm install
to install dependencies. - Run
npm run dev
to start the development server. - Access
http://localhost:3000
in your browser.
The project is deployed and accessible at https://dictionary-project-react.vercel.app.
Contributions are welcome! Feel free to fork this repository, create a branch for your changes, and then open a pull request.
Made with ❤️ and React.