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
Command | Action |
---|---|
pnpm install | Installs dependencies |
pnpm run dev | Starts local dev server at localhost:4321 |
pnpm run sync | Generates TypeScript types for all Astro modules. |
pnpm run build | Build your production site to ./dist/ |
pnpm run preview | Preview your build locally, before deploying |
pnpm run astro ... | Run CLI commands like astro add , astro check |
pnpm run astro -- --help | Get help using the Astro CLI |
pnpm run lint | Run ESLint |
pnpm run lint:fix | Auto-fix ESLint issues |