Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.19 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.19 KB

🍙 🍕 🍤 React Foodwise App

The Foodwise App is specifically designed to encourage and motivate people to proactively reduce food waste in their everyday lives. (bankend repo here)

DEMO: https://react-foodwise-app.vercel.app/

Desktop view

Screenshot

Mobile view

Screenshot Screenshot Screenshot

Quick Start and Commands

  1. Clone the repo:
git clone https://github.com/yan-fung/react-foodwise-app
  1. To install the package locally:
npm install
  1. Run the development server for the app.
npm start