Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.23 KB

README.md

File metadata and controls

37 lines (28 loc) · 1.23 KB

 Potluck Planner: BloomTech Build Week, December 2021

This project was bootstrapped with Create React App.

The Pitch

If you have ever tried to organize a potluck through text messages, online to-do lists or spreadsheets, you'll understand why this app is essential. In the world of social gatherings and potlucks, "Potluck Planner" is king. This is your place for all things pot luck.

MVP

  1. As an organizer I can create an upcoming potluck and invite my friends to attend

  2. As an organizer I can adjust dates, times and locations of the potluck

  3. As an organizer I can use the list feature in my app to add food items that we'd like to see at the potluck

  4. As a guest to a potluck I want to be able to confirm that I'm going to the upcoming event

  5. As a guest I'd like to be able to select which items I'd like to be responsible for bringing

Deployed URL (Netlify)

Link: https://bw-potluck-planner.netlify.app/

Dependencies

  • axios
  • jquery
  • react
  • react-bootstrap
  • react-dom
  • react-redux
  • react-router-dom
  • react-scripts
  • reactstrap
  • redux
  • redux-logger
  • redux-thunk
  • web-vitals
  • yup

For endpoint information, see backend repository Readme file