An open API service indexing awesome lists of open source software.

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 ✔

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

![Screenshot](/screenshoots/mockup.jpg)

## 📚 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
```