Welcome to Receipe, a app 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. It support all device including mobile.
- Node JS
- React JS
- Redux
- Saga Middleware
- Express JS
- Material-ui
- TheMealDB API
- Node JS
- Pull the git project to a directory of your choosing
- Navigate to the directory where you have downloaded the source code
- Run below command to install all necessary dependencies for the client i.e react project
cd .\client\
npm install
- Run to install all necessary dependencies for the back-end project like express
cd..
npm install
- Run
npm start
to start the both back-end and 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! :)
NA
The same application can be developed using React Native for mobile.
Main Page
Sub-Category Page
Receipe Details