This is a dictionary app built with React that allows users to search for definitions in two modes: Classic and Urban.
- Clean And Aesthetic UI**
- Search for definitions in Classic mode using a simple API
- Search for definitions in Urban mode using the Urban Dictionary API
- View user-generated content in Urban mode
- Switch between Classic and Urban modes with a toggle button
- Clone the repository:
git clone https://github.com/a1x5h04/dictionary-app.git
- Install dependencies:
npm install
- Start the app:
npm start
- Open the app in your browser at
http://localhost:5173
- Enter a search term in the search bar
- Click the toggle button to switch between Classic and Urban modes
- View the definition(s) for the search term
Contributions are welcome! If you find a bug or have a feature request, please open an issue or submit a pull request.
This app was built by A1X5H04 using React and the following APIs:
This project is licensed under the MIT License.