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.
- Host: GitHub
- URL: https://github.com/said-alisic/mealmeetup
- Owner: Said-Alisic
- License: mit
- Created: 2021-04-05T19:17:26.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-17T15:42:30.000Z (about 4 years ago)
- Last Synced: 2025-01-31T06:09:33.204Z (4 months ago)
- Topics: material-ui, npm, react, themealdb-api, web-application
- Language: JavaScript
- Homepage: https://meal-meetup-said-alisic.vercel.app/
- Size: 370 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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! :)