Skip to content

mkbonini/wedding_dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wedding Dashboard

A dashboard for wedding planners to view invitation responses. Planners can view attendance, diet restrictions, and guest commments at a glance. Data is supplied through an API and presented using React and material UI.

View the site at: This Link

gif of website


How the app works

  • To run the app, first fork and clone down this repo to your local device.
  • Note there is an api key needed to access the backend data. The code needed to create your own backend can be found here:

Technologies

  • Javascript
  • React.js
  • Material UI

Packages

* react
* react-router-dom
* react-scripts
* @mui/material
* @mui/styled-engine-sc
* styled-components
* recharts

Next goals

  • Implement auth to protect data
  • Add edit pages or modals
  • Rethink comments and allergies tabs to make info more clear
  • Match color scheme of main wedding website

Authors