Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/annaindistress/frontend-mentor-dictionary-web-app
This is a solution to the dictionary web app challenge on Frontend Mentor]
https://github.com/annaindistress/frontend-mentor-dictionary-web-app
css-custom-properties react vite
Last synced: about 1 month ago
JSON representation
This is a solution to the dictionary web app challenge on Frontend Mentor]
- Host: GitHub
- URL: https://github.com/annaindistress/frontend-mentor-dictionary-web-app
- Owner: annaindistress
- Created: 2024-02-05T07:28:05.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-05T07:46:27.000Z (11 months ago)
- Last Synced: 2024-02-05T09:00:49.082Z (11 months ago)
- Topics: css-custom-properties, react, vite
- Language: JavaScript
- Homepage: https://annaindistress.github.io/frontend-mentor-dictionary-web-app/
- Size: 417 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dictionary web app
This is a solution to the [dictionary web app challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/dictionary-web-app-h5wwnyuKFL). Frontend Mentor challenges help you improve your coding skills by building realistic projects.
## Table of contents
- [The challenge](#the-challenge)
- [Screenshot](#screenshot)
- [Links](#links)
- [Built with](#built-with)
- [Author](#author)## The challenge
Users should be able to:
- Search for words using the input field
- See the Free Dictionary API's response for the searched word
- See a form validation message when trying to submit a blank form
- Play the audio file for a word when it's available
- Switch between serif, sans serif, and monospace fonts
- Switch between light and dark themes
- View the optimal layout for the interface depending on their device's screen size
- See hover and focus states for all interactive elements on the page
- **Bonus**: Have the correct color scheme chosen for them based on their computer preferences. _Hint_: Research `prefers-color-scheme` in CSS.## Screenshot
![](./screenshot.png)
## Links
- [Solution URL](https://github.com/annaindistress/frontend-mentor-dictionary-web-app)
- [Live Site URL](https://annaindistress.github.io/frontend-mentor-dictionary-web-app/)## Built with
- Semantic HTML5 markup
- Mobile-first workflow
- CSS custom properties
- Vite
- React## Author
- Frontend Mentor - [@annaindistress](https://www.frontendmentor.io/profile/annaindistress)