RaminMikayilov / dictionary-web-app

React Dictionary Web App with dictionary api

Home Page:https://rm-dictionary-web-app.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Dictionary Web App

This is a simple React-based web app that allows users to search for the definition of words. It uses the Dictionary API to retrieve the definitions.

Screenshot

Installation

To get started with this project, follow these steps:

  1. Clone this repository to your local machine using git clone https://github.com/RaminMikayilov/Dictionary-web-app.git
  2. Navigate to the project directory using cd Dictionary-web-app
  3. Install the necessary dependencies using npm install
  4. Start the development server using npm run dev(because I use vite react)

The app should now be running on localhost

Usage

To search for a word, simply enter it into the search bar and press enter. The app will display the word's definition(s), pronunciation, synonym(s) and antonym(s) if they are available.

Technologies Used

This project was created using the following technologies:

  • React
  • Context API
  • Tailwind CSS

Contributing

If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository
  2. Create a new branch (git checkout -b feature/your-feature-name)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin feature/your-feature-name)
  5. Create a new pull request

License

This project is licensed under the MIT License - MIT

About

React Dictionary Web App with dictionary api

https://rm-dictionary-web-app.netlify.app/

License:MIT License


Languages

Language:JavaScript 92.4%Language:CSS 4.8%Language:HTML 2.9%