Skip to content

Latest commit

 

History

History
executable file
·
81 lines (50 loc) · 2.11 KB

README.md

File metadata and controls

executable file
·
81 lines (50 loc) · 2.11 KB

VEISLA


Your minimal and handy recipes library, made with Vite, Vue.js and Sass


Table of contents

  1. General Info
    1.1 The Idea
    1.2 On Going Functionalities
  2. Technologies
  3. Lauch

General Info

Veisla (Banquet in Icelandic), is a meals library/browser that provides plenty of options of recipes of various types, ingredients and sources, coming from many places around the world.


The Idea

The project is a the result of a my self-taught journey aroung Vue.js and Front-End Development in general.

On Going functionalities

Currently, you can only do simple, individual search around the MealsDB API, limiting the user's search to only one ingredient at a time (the project utilizes the free version of it, which is good but limiting in some other aspects). In the future the user will be able to filter it's research more efficiently by providing multiple ingredient search, as well filter it's options by popularity or receive suggestions randomly.


Technologies

Veisla currently uses:

As well:

For the search results, as said above, the project uses the free version of the MealsDB API


Launch

To run VEISLA on your machine, first make sure to have NPM and Vite installed.

Download the project and unzip it to your prefered folder, cd into the folder in your terminal, then install the dependencies:

cd veisla/
npm install

Then:

vite

After that follow the port informed in your terminal in your prefered browser, and Voilà, or should I say Veisla?

Just like this:

  VITE v4.2.1  ready in 1337 ms

  -  Local:   http://localhost:5173/
  -  Network: use --host to expose
  -  press h to show help