Mufadal03 / mini-dictionary-app

Mini dictionary app where user can search any word and will get meanings with different partsOfSpeech along with examples and many more.

Home Page:https://mini-dictionary-by-mufadal.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mini Dictionary App


reactjs reactjs chakra-ui css3


Getting StartedInstallingContributor

Mini dictionary App where user can search for any word and will get meaning of that word in different partsOfSpeech with examples and voice support


🚀 Features

  • Word of the Day
  • Searching
  • Different examples
  • Voice support

Glimpse of Project

Word of the Day

main0

Search Response

main1

Search Response

main2

With synonyms and antonyms

main

Getting Started

This project is built using React , React-Redux , Redux , Redux-thunk , Chakra UI, CSS, JavaScript.To run it in your local system you should follow these guidelines.

Setup

The project repository can be found in GitHub link or just clone the project using this command.

Using HTTPS
# git clone https://github.com/Mufadal03/mini-dictionary-app.git
  • Open terminal on your workspace with
cd mini-dictionary-app/dictionary

Install

Install NPM

Check that you have node and npm installed

To check if you have Node.js installed, run this command in your terminal:

node -v

To confirm that you have npm installed you can run this command in your terminal:

npm -v

To install all the dependences of the project, run the following command:

npm install

To run the application got to the client folder and run the following command:

npm start

Tools used on this project

  • Visual Studio Code
  • create-react-app template

Contributor

Show your support

Give a ⭐ if you like this project!

About

Mini dictionary app where user can search any word and will get meanings with different partsOfSpeech along with examples and many more.

https://mini-dictionary-by-mufadal.netlify.app/


Languages

Language:JavaScript 78.9%Language:CSS 11.9%Language:HTML 9.2%