schoinh / munchprep-web

Meal planning and grocery list app using React, Redux, and Firebase
http://www.munchprep.net
GNU General Public License v3.0
1 stars 1 forks source link
MunchPrep Logo

MunchPrep - munchprep.net

A meal planning and grocery list app

By Na Hyung Choi

Latest Update: May 30, 2020 - Show a confirmation when the user clicks the delete icon

Initial release: October 10, 2019

Description

MunchPrep allows you to plan out a week's worth of meals and make a grocery shopping list in one convenient app.

Currently, only default settings are available:

Design Documents

Mock-ups, a React component diagram, and other design documents are included in Design Docs. Check them out!

Future Features

Known Bugs

Technologies Used

Setup

  1. Clone this repository:
    $ git clone https://github.com/schoinh/munchprep-web.git
  2. Install dependencies:
    $ npm install
  3. Run development server:
    $ npm start
  4. Navigate in your browser (Chrome recommended) to http://localhost:8080

Deploy Changes

  1. Merge to master
  2. Add the following line to webpack.config.js (s first item in module.exports):
    mode: "production",
  3. Build distribution files and deploy to Firebase:
    $ npm run build
    $ firebase deploy 

Support and Contact Details

Please email Na Hyung with questions and comments. Pull requests are welcome!

License

GNU GPLv3

Copyright (c) 2020 Na Hyung Choi