UTSAVS26 / PyVerse

PyVerse is an open-source collection of diverse Python projects, tools, and scripts, ranging from beginner to advanced, across various domains like machine learning, web development, and automation.
https://sites.google.com/view/pyverse-python-universe/
MIT License
60 stars 156 forks source link

[Code Addition Request]: Adding Dictionary app to beginner projects!! #588

Open Mahateaa opened 3 days ago

Mahateaa commented 3 days ago

Have you completed your first issue?

Guidelines

Latest Merged PR Link

https://github.com/ajay-dhangar/algo/pull/185

Project Description

This project builds a user-friendly "dictionary app" using HTML, CSS, and JavaScript. When you search for a word, it connects to a dictionary API and returns data such as pronunciation, part of speech, definition, and example usage. The program then refreshes the webpage to display the data beside the term. You can even click a button to hear the word pronounced. If there is a difficulty, such as an empty input or a word that cannot be discovered, it displays user-friendly error messages and modifies the graphic accordingly.

Full Name

Mahathi N

Participant Role

GSSOC, Hacktoberfest, Please assign this to me!!

github-actions[bot] commented 3 days ago

🙌 Thank you for bringing this issue to our attention! We appreciate your input and will investigate it as soon as possible.

Feel free to join our community on Discord to discuss more!

UTSAVS26 commented 3 days ago

@Mahateaa what tech stack you are planning to use?

Mahateaa commented 2 days ago

@UTSAVS26 I'll be using the Web Development stack(HTML, CSS, JS)