2 min read
Dictionary Lite

Dictonary Project

A lite version of Dictionary app. I’ve used unofficial google free version of api. I’ll load it with more features in upcoming days.✨🎉⭐

🛠️ Technologies

  • ✅ TypeScript
  • ✅ JavaScript
  • ✅ Reactjs
  • ✅ Responsive
  • ✅ RestApis
  • ✅ Typesafe
  • ✅ Minimal style
  • ✅ Tailwind styling

🕊️ Lightweight

All pages under 100kb (including fonts)

⚡︎ Fast

Rendered in ~10ms on localhost

📄 Configuration

The lite dictionary on the demo serve as the documentation and configuration.

💻 Commands

Replace npm with your package manager of choice. npm, pnpm, yarn, bun, etc

CommandAction
pnpm installInstalls dependencies
pnpm run devStarts local dev server at localhost:4321
pnpm run syncGenerates TypeScript types for all Astro modules.
pnpm run buildBuild your production site to ./dist/
pnpm run previewPreview your build locally, before deploying
pnpm run astro ...Run CLI commands like astro add, astro check
pnpm run astro -- --helpGet help using the Astro CLI
pnpm run lintRun ESLint
pnpm run lint:fixAuto-fix ESLint issues