Skip to content

Chandanac52/FoodVault

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FoodVault – Recipe Management Application

FoodVault is a full-stack web application that allows users to manage recipes efficiently. It provides CRUD (Create, Read, Update, Delete) functionality to add, view, edit, and delete recipes through a simple and user-friendly interface. The project demonstrates core concepts of full-stack development, including frontend-backend integration and data handling.


Features

  • Add new recipes with relevant details
  • View a list of all saved recipes
  • Update existing recipes
  • Delete recipes
  • Smooth interaction between frontend and backend
  • Clean and responsive user interface

Tech Stack

Frontend:

  • HTML
  • CSS
  • JavaScript

Backend:

  • Python

Project Structure

FoodVault/ │── backend/ # Backend logic and APIs
│── frontend/ # User interface files
│── .gitignore


Installation and Setup

  1. Clone the repository: git clone https://github.com/Chandanac52/FoodVault.git
    cd FoodVault

  2. Setup Backend: cd backend
    pip install -r requirements.txt
    python app.py

  3. Run Frontend: Open the frontend folder and run index.html in your browser


Future Enhancements

  • User authentication (login and signup)
  • Cloud database integration
  • Recipe recommendation system
  • Image upload functionality

Contributing

Contributions are welcome. Feel free to fork the repository and submit a pull request.


Author

Chandana
https://github.com/Chandanac52

About

Full-stack recipe management app with CRUD operations, built using JavaScript (frontend) and Python (backend).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors