An open API service indexing awesome lists of open source software.

https://github.com/said-alisic/mealmeetup

Web application built with React.js and connected to an external API. UI design and new functionalities are being gradually added.
https://github.com/said-alisic/mealmeetup

material-ui npm react themealdb-api web-application

Last synced: about 2 months ago
JSON representation

Web application built with React.js and connected to an external API. UI design and new functionalities are being gradually added.

Awesome Lists containing this project

README

        

# **Meal Meetup**

### Introduction

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.

## Technologies used

- npm
- React.js
- Material-ui
- TheMealDB API

## Demo

- [Click me!](https://meal-meetup-said-alisic.vercel.app/)

### Prerequisites for running on local machine

1. npm package manager installed on local machine

### Running the application on the local machine

1. Pull the git project to a directory of your choosing
2. Navigate to the web-app directory where you have downloaded the source code
3. Run `npm install` to install all necessary dependencies for the project
4. Run `npm start` to start the web application
5. Navigate to `localhost:3000` in your favorite web browser if web application has not automatically been opened
6. Use the application to your heart's content! :)