Collects and shows feedback for mess
This is a web application for polling and reviewing the polls for the mess food quality and gathering feedback.
This application will have only two pages, one where people will be able to give feedback and another where everyone can see the feedback chart.
- Node js
- Next js
- Material ui
- Clone the repository on your local system.
- Open ther repository in your favorite terminal and run
npm install
to install all the dependencies - To start the dev server run
npm run dev
- react: A JavaScript library for building user interfaces
- react-dom: This package serves as the entry point to the DOM and server renderers for React. It is intended to be paired with the generic React package, which is shipped as react to npm.
- next: A react framework for pre-renderd pages
- material-ui: A popular react component framework
- prop-types: Runtime type checking for React props and similar objects.
- clsx:
To contribute to this repository read the CONTRIBUTING.md