Skip to content

rapelista/mealapp

Repository files navigation

Mealapp

Overview

MealApp is a web application designed to make your cooking experience a breeze. Whether you're a cooking enthusiast, a kitchen newbie, or just someone on the lookout for meal inspiration, MealApp has got you covered. The app offers features like meal lists, ingredient details, tutorials, and recipes to spice up your cooking journey.

So, let's add some fun to your kitchen adventures and explore a variety of exciting recipes with MealApp! 🍳✨

Table of Contents

Getting Started

Prerequisites

Make sure you have Node.js and npm installed on your machine. You can download them from https://nodejs.org/.

Installation

git clone https://github.com/rapelista/mealapp.git
cd mealapp
npm install

Development

Running the Development Server

npm run dev

Default, you can visit http://localhost:5173 to view your application. Or you can use the port shown in your terminal.

Build

npm run build

The production-ready code will be in the dist directory.

Demo

You can visit demo here: https://mealapp.gvstang.codes/