Skip to content

ranmerc/dictionary-wordnet-next

Repository files navigation

Dictionary Wordnet

Alternate frontend for Wordnet. Built with NextJS and node-wordnet as backend. Has colorways insipired by Firefox made possible by radix-ui/colors. Deployed on vercel here.

Stack

References

Notes

  • My notes on Wordnet and node-wordnet on Notion.

  • I started off with styled-components for styling as I wanted dynamic colors but as of now swc does not work with styled-components. So I had to switch to built in styled-jsx.

  • Its nice to have something like styled-jsx built in into NextJS but you can have only one style jsx block per component. So it really forces you to write components. Not to mention styled-js is buggy af sometimes breaks on even adding comments.

  • Don't need something like styled-components for dynamic styles. Could use CSS variables for the same effect with CSS Modules.

  • Solution for dynamic svg favicon was in front of me the whole time - Data URLs.

Citation

Princeton University "About WordNet." WordNet. Princeton University. 2010.

Releases

No releases published

Packages

No packages published