Skip to content

PiterWeb/MultilingualAutoComplete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

16 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🏳 MultilingualAutoComplete

πŸ“ Description

This is a simple project to demonstrate how to create a multilingual autocomplete using Yandex predictor.

✨ Features

  • Multilingual
  • Responsive
  • Simple
  • Fast
  • Easy to use
  • Cache for custom predictions
  • Shortcuts to write faster

πŸ“· Screenshots

Screenshot

πŸ“š What I have learned

  • How to use Yandex predictor API
  • How Nuxt3 works
  • Use with more confidence composition API of Vue3

πŸ“¦ Built With

πŸš€ Deploy

You can see the project running here.

πŸ‘·β€β™‚οΈ Build yourself

  1. Clone the repository

  2. Install dependencies

npm install
  1. Run the project
npm run dev