projects

Project Name : Mini Dictionary version_1

Repo URL : view

Live Host : view


Table Of Content

  1. Name of Project , Domain , Target Audience
  2. Purpose of Project

  3. Tools and Technologies

  4. Project Discription in Detail

  5. Challenges & Solution

  6. Advantages and Disadvantages

Name Of Project : Mini-Dicitionary

Domain : Educational

Target Audience :

Purpose of Project

Tools and Technologies

Project Discription in Detail

Project Building Flow

  1. Create HTML , CSS , JS Files

  2. Create Form and Add DOM functionality in to HTML Form

  3. If Form Submit then get extract input_data from a form using DOM

  4. In api’s endpoint concatenate the input_data as string return as a new_url

  5. Fetch api call the new_url send get request

  6. after Wait get the JSON response and represent in proper manner using DOM

  7. Done

Challenges & Solution

  1. API response some times create an Issues . JSOn response changes
    • Update it Every time Manually .
  2. Present 5 Synonyms but some word is not showing will not more than 5 , so rest are Showing Undefined
    • Add an if undefined showing its not showing

Advantages

Disadvantagea

All Disadvantage I’ll Will be feature for the next Version