WhatsNext app

WhatsNext is a technical test for Pongo.

Demo

Demo is available here.

Installation

It's recommended to use Yarn

First thing to do - install dependancies

yarn install

Create env file

cp .env .env.local
  • Get an api key on https://www.yelp.com/developers and fill the variables VUE_APP_API_KEY & VUE_APP_API_URL.
  • Give a name to your app by setting the VUE_APP_NAME variable.
  • Get a google API key and set the VUE_APP_GOOGLE_API variable.

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Todo

  • Filter restaurant list - Use tailwind forms
    • by rating
    • by price
    • by category
  • Internationalization
  • Meta title & description

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT