This is the front end of WhyWaste, an app designed to connect restaurants with a surplus with people in need. It's been built throughout the Tech Returners Your Journey Into Tech course. It integrates with a backend, available here: https://github.com/Codenatics/why-waste-backend.
This project uses the following technology:
- ReactJS
- JavaScript (ES2015+)
- CSS
- React Router
- Webpack
- Axios
- ESLint
It has been designed and built with mobile-first reponsive principles in mind.
Running the application locally Node.js must be installed if not already.
Clone the application and install dependencies:
npm install
To start the application:
npm start



