Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/subhamk108/blazor-pocket-dictionary
A simple Dictionary app with an elegant UI.
https://github.com/subhamk108/blazor-pocket-dictionary
blazor blazor-application blazor-webassembly c-sharp csharp dictionary dictionary-application dotnet dotnet-core rest-api
Last synced: about 6 hours ago
JSON representation
A simple Dictionary app with an elegant UI.
- Host: GitHub
- URL: https://github.com/subhamk108/blazor-pocket-dictionary
- Owner: SubhamK108
- License: mit
- Created: 2024-04-28T19:32:27.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-06-06T18:22:22.000Z (8 months ago)
- Last Synced: 2024-12-06T20:01:26.370Z (about 2 months ago)
- Topics: blazor, blazor-application, blazor-webassembly, c-sharp, csharp, dictionary, dictionary-application, dotnet, dotnet-core, rest-api
- Language: C#
- Homepage: https://blazor-dictionary.subhamk.com/
- Size: 12.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blazor Pocket Dictionary
> This was initially created for teaching & demonstrating the features of [.NET Blazor](https://dotnet.microsoft.com/en-us/apps/aspnet/web-apps/blazor) 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.