https://github.com/subhamk108/next-pocket-dictionary
A simple Dictionary app with an elegant UI.
https://github.com/subhamk108/next-pocket-dictionary
api dictionary dictionary-application nextjs react reactjs rest-api
Last synced: 3 months ago
JSON representation
A simple Dictionary app with an elegant UI.
- Host: GitHub
- URL: https://github.com/subhamk108/next-pocket-dictionary
- Owner: SubhamK108
- License: mit
- Created: 2024-04-26T19:40:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-06T19:48:44.000Z (about 2 years ago)
- Last Synced: 2025-06-05T04:36:38.197Z (about 1 year ago)
- Topics: api, dictionary, dictionary-application, nextjs, react, reactjs, rest-api
- Language: TypeScript
- Homepage: https://next-dictionary.subhamk.com
- Size: 384 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Next Pocket Dictionary
> This was initially created for teaching & demonstrating the features of [NextJS](https://nextjs.org/) and [TailwindCSS](https://tailwindcss.com/).
## Features
Basically a Dictionary app where you can get the meaning, definitions, pronounciations & synonyms/antonyms for any specific word. You can also do a continuous search on any synonym/antonym by simply clicking on them.
## Credits
Massive credit goes to the wonderful creator of the [Free Dictionary API](https://github.com/meetDeveloper/freeDictionaryAPI) project, this app simply wouldn't exist without it. He's doing a marvelous job for the community by keeping this API FREE, so that other developers can use it to create awesome new apps & products. Go check out his open source work & you can support him for his work as well if you want to.