Gurenax / eloquent-dictionary

πŸ“• A simple dictionary app built on React and Words API

Home Page:https://eloquent-dictionary.netlify.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eloquent Dictionary

A simple dictionary app built on React and Words API.

Wireframe

Figma

Components

SearchBar

  • word - the search input
  • onInputChange - event when the search input is changed
  • onSearchAction - event when the search is executed

Result

  • word - the search input
  • data - the result data from the API
  • error - the error returned from calling the API

Deployment

Netlify

  • Build command - npm install && npm run build
  • Publish directory - build
  • Build environment variables - refer to .env file

About

πŸ“• A simple dictionary app built on React and Words API

https://eloquent-dictionary.netlify.com


Languages

Language:JavaScript 98.7%Language:HTML 0.9%Language:CSS 0.4%