8000 GitHub - ionStici/dictionary-web-app: 📚 Dictionary Web App built in Vanilla JavaScript using the Dictionary API.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

📚 Dictionary Web App built in Vanilla JavaScript using the Dictionary API.

License

Notifications You must be signed in to change notification settings

ionStici/dictionary-web-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dictionary web app solution

This is a solution to the Dictionary web app challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.

About the Project

The "Dictionary Web App" challenge was an exploration into crafting a web application that mimics the component-based architecture of React, but using vanilla JavaScript with DOM manipulation techniques.

Built with Vite for a rapid development cycle and styled with Scss for elegance, this project leverages the Dictionary API to fetch word definitions.

A custom state management system was implemented to handle the application's data flow, drawing inspiration from Redux but tailored to a more fundamental approach.

This web app not only serves as a functional dictionary but also as a showcase of how traditional web technologies can be pushed to emulate modern frameworks' capabilities.

Preview and Links

Open Preview


View app live: Live Demo URL Frontend Mentor

Features

  • Theme Switching: Users can toggle between light and dark themes for a personalized experience.
  • Font Selection: Choose from Sans Serif, Serif, or Mono fonts to customize readability.
  • Accessibility: Fully keyboard-navigable, ensuring an inclusive user experience.
  • Audio Pronunciation: When available, listen to the pronunciation of searched words.
  • Rich Word Data Display: Presents comprehensive information including definitions, examples, and more in a user-friendly format.
  • Interactive Search: Click on any word within the displayed data to instantly search for its definition, enhancing user interaction.

Built with

  • Vite: For an optimized development workflow, providing quick builds and hot module replacement.
  • Scss: For styling, allowing for a structured and modular approach to CSS.
  • Custom DOM Manipulation: Employed to construct the UI, simulating React's component-based structure.
  • Custom Store: A basic state management solution to manage word data, akin to a lightweight Redux implementation.
  • Dictionary API: To retrieve word definitions and related information.

Deployment

This project is hosted on GitHub Pages, demonstrating that even with a simple setup, modern web apps can be effectively deployed.

Acknowledgements

Special thanks to Frontend Mentor for the challenge, and to the creators of the Dictionary API for enabling access to extensive lexical data.

License

This project is licensed under the MIT License. See LICENSE file for more information.

Contact

Feel free to reach out if you have any questions or suggestions!

0