Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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]

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)