Welcome to Meal Meetup, a simple React.js web application! The application connects
to the "TheMealDB" API from https://www.themealdb.com
, which hosts many free recipes
from meaty dishes to vegan delicacies and more. This is a simple project I made to try my hand on
creating an intuitive React web application that is hosted on vercel with a simple functionality.
- npm
- React.js
- Material-ui
- TheMealDB API
- npm package manager installed on local machine
- Pull the git project to a directory of your choosing
- Navigate to the web-app directory where you have downloaded the source code
- Run
npm install
to install all necessary dependencies for the project - Run
npm start
to start the web application - Navigate to
localhost:3000
in your favorite web browser if web application has not automatically been opened - Use the application to your heart's content! :)