https://github.com/piterweb/multilingualautocomplete
Website for 🏳 Multilingual Text Suggestions / Auto-complete ✔
https://github.com/piterweb/multilingualautocomplete
autocomplete autocomplete-suggestions autocompletion nuxt nuxt3 predictor vue vue3 yandex yandex-api yandex-predictor
Last synced: about 2 months ago
JSON representation
Website for 🏳 Multilingual Text Suggestions / Auto-complete ✔
- Host: GitHub
- URL: https://github.com/piterweb/multilingualautocomplete
- Owner: PiterWeb
- License: mit
- Created: 2023-08-14T00:17:25.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-26T19:34:01.000Z (over 2 years ago)
- Last Synced: 2025-06-17T05:40:48.406Z (12 months ago)
- Topics: autocomplete, autocomplete-suggestions, autocompletion, nuxt, nuxt3, predictor, vue, vue3, yandex, yandex-api, yandex-predictor
- Language: TypeScript
- Homepage: https://online-auto-complete.vercel.app
- Size: 444 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🏳 MultilingualAutoComplete
## 📝 Description
This is a simple project to demonstrate how to create a multilingual autocomplete using [Yandex predictor](https://yandex.com/dev/predictor/).
# ✨ Features
- Multilingual
- Responsive
- Simple
- Fast
- Easy to use
- Cache for custom predictions
- Shortcuts to write faster
## 📷 Screenshots

## 📚 What I have learned
- How to use Yandex predictor API
- How Nuxt3 works
- Use with more confidence composition API of Vue3
## 📦 Built With
- [Nuxt3](https://nuxt.com/)
- [Vue3](https://vuejs.org/)
- [Yandex predictor API](https://yandex.com/dev/predictor/)
- [PicoCSS](https://picocss.com/)
## 🚀 Deploy
You can see the project running [here](https://online-auto-complete.vercel.app/).
## 👷♂️ Build yourself
1. Clone the repository
2. Install dependencies
```bash
npm install
```
3. Run the project
```bash
npm run dev
```