Skip to content

feliciazhang/sage

Repository files navigation

sage

IS4300 - Felicia Zhang, Jenn Der, Willa Shiomos

A meal planning application

How to develop locally

to run locally: yarn && yarn start
to deploy: yarn run build yarn run deploy
you might need to install gatsby if those don't work
DO NOT COMMIT A PACKAGE-LOCK! YARN ONLY

Resources

Directory structure

pages:
Each individual page on the app (ex grocery list, meal plan, recipes). They are all wrapped in the same layout with a nav and header.

components:
Individual parts of pages, and reusable bits
When adding a new component, remember to export it from the ./components/index.js file

state:
Actions and reducers for the redux store

Global styles and css constants are in src/components/layout.css

About

feliciazhang.github.io/sage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published