Coder Social home page Coder Social logo

ai-chef's Introduction

AI-chef

This template should help get you started developing with Vue 3 in Vite.

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

How to define define components

An example of how to define a component in JSX can be found in HelloWorld.jsx. When creating a new page you can add your component to the index.js file and a temporary routinglink in the App.jsx file to be able to access your page.

Generally we want to follow the advice given here: https://www.npmjs.com/package/@vitejs/plugin-vue-jsx and i propose we stick to the 4:th definition all the time just to make the code more coherrent.

About the project

The AI-Chef application is an interactive website with the specific purpose of recommending alternative recipes based on available ingredients provided by the user through a familiar search bar interface.

Up to this point in the project, we've developed a basic skeleton for the web application's appearance. It includes a main page where users can add various ingredients into the AI-powered recipe generator, a favorites page where users can save recipes they enjoy to a list, and a login/signup page where the saved favorites can be stored for more long-term use.

Later on in the project we will integrate the login/signup page to a firebase powered database which will handle the data storage, we will also improve upon the user-interface to make it more user-friendly and connect the different pages to each-other so that they can share information between each-other. We might also add a few more views and also some settings to the web application.

The project is structured in a way where views,components and assets have their own folders. The views hold the actual code/components of the different page views whilst the presenters render these. The main jsx file "App.jsx" routes to these presenters when different views need to be shown. The asset folder holds most of the aesthetic modifying css files. Lastly there is also a dedicated folder to define the different paths for the routing links used.

test

ai-chef's People

Contributors

flaxxen avatar lawin-kth avatar karlfran66 avatar raminking01 avatar

Watchers

 avatar

ai-chef's Issues

Create the main page

Create the first draft of a the main page.
No functionallity needed, simply some html to make it look like a page.

Create the usersettings page

Create a first draft of the user settings page.

No functionality needed, simply some html to make it look like a page.

Create login page

Create a first draft of a login page.

No functionallity needed, simply a visual draft of the page.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.