mohit200008 / FoodSaver20008

3 stars 8 forks source link

FoodSaver

About 6% of global greenhouse gas emissions is produced due to wastage of food. This cause global warming, harm environment, wastage of food (which can be feed to poor), wastage of resources, and wastage of money. FoodSaver is a web application that keep track of the food in your house, or restaurant and keep warning you to use the product before it got expire and got waste.

Screenshots

Home page

Picture1

Add food item

Picture3

Recipe Suggestion

Picture2

Available in Multiple Languages

Picture4

Smart Chatbot

chatbot

Main Features

Methodology

Impact

Future Scope

Prerequisites

Required to install and run the software:

Installing and Running

From the project folder, run these commands in console (terminal) to install dependencies and run the app:

1. npm install
2. npm start

💥 How to Contribute

PRs Welcome Open Source Love

⭐ HOW TO MAKE A PULL REQUEST:

1. Start by making a fork the FoodSaver20008 repository. Click on the symbol at the top right corner.

2. Clone your new fork of the repository:

git clone https://github.com/<your-github-username>/FoodSaver20008

3. Set upstream command:

git remote add upstream https://github.com/mohit200008/FoodSaver20008.git

4. Navigate to the new project directory:

cd FoodSaver20008

5. Create a new branch:

git checkout -b YourBranchName

6. Sync your fork or local repository with the origin repository:

Alternatively, Git CLI way to Sync forked repository with origin repository:

git fetch upstream
git merge upstream/main

Github Docs for Syncing

7. Create a .env file in the FoodSaver20008 folder and add your APP_ID and APP_KEY. You can get them from here. Take a look at the .env.sample file if you face any issues.

8. Make your changes to the source code.

9. Stage your changes and commit:

git add .
git commit -m "<your_commit_message>"

10. Push your local commits to the remote repository:

git push origin YourBranchName

11. Create a Pull Request!

12. Congratulations! You've made your first contribution! 🙌🏼

All the best! 🥇

[![built with love](https://forthebadge.com/images/badges/built-with-love.svg)](https://github.com/unnati914/Care4ther-)