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

https://github.com/yehonatal/dictionary

This is a simple dictionary website that uses the Free Dictionary API to provide users with quick and easy access to word definitions, synonyms, and related terms.
https://github.com/yehonatal/dictionary

api css3 html5 js json scss

Last synced: 2 months ago
JSON representation

This is a simple dictionary website that uses the Free Dictionary API to provide users with quick and easy access to word definitions, synonyms, and related terms.

Awesome Lists containing this project

README

          

# Dictionary

![Design preview for the Dictionary App](./design/desktop.png)

[Live](https://dictionary-bad.netlify.app/)

Using the [Free Dictionary API](https://dictionaryapi.dev/), to create a simple dictionary site. This is me trying to remember how to make a basic website. been a while :(

Get word definitions syntax of a URL request to the API is: https://api.dictionaryapi.dev/api/v2/entries/en/word

## License

This project is licensed under the MIT License - see the `LICENSE` file for details.