This website is a place where you can find and share delicious recipes from various cuisines. You can search for your favorite food, or browse through the popular dishes that are recommended for you. You can also learn how to make nasi goreng, soto ayam, semur kikil, and many other mouth-watering dishes from the comfort of your home. Whether you are a beginner or a master chef, you will find something that suits your taste and skill level. You can also upload your own recipe and show off your culinary talent to the world. Join this website today and eating, cooking, and repeating!
Feature :
- Login
- Register
- Add Recipe
- Search Recipe
- Change Photo
- Change Info
- Change Password
Developer :
Tech Stack : Javascript, ReactJS, React Router, Redux, Bootstrap
Preview : https://recipes-web-fe.vercel.app
To run this app, you need to running the the backend first, get backend at https://github.com/Team-A-Pijarcamp-Batch-15/receipes-web-be, then you can setup the backend first. after the backend setup finish, you can get the URL from your console or terminal. or if you deploy on cloud, you can get the URL from your cloud provider.
- Rename
.env.example
to.env
then fill theBE_URL
with your own backend URL - Then install the dependencies with command
npm install
oryarn install
- finally you can start the app with
npm run start
On production has a variety way to run the application, but the most important is Environment Setup and The Knowledge about your cloud provider, to run this app. for this you can read the documentation that provided by your cloud provider.