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.
- Host: GitHub
- URL: https://github.com/yehonatal/dictionary
- Owner: Yehonatal
- License: mit
- Created: 2023-05-01T13:01:44.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-04T08:32:36.000Z (about 3 years ago)
- Last Synced: 2025-10-23T11:47:32.294Z (9 months ago)
- Topics: api, css3, html5, js, json, scss
- Language: SCSS
- Homepage: https://dictionary-bad.netlify.app/
- Size: 5.24 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dictionary

[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.