Skip to content

bayue48/recipedia-frontend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mama Recipe

Contents

Description

Mama Recipe is a web-like wikipedia but about foods. You can search recipe foods here, or add new recipe here.

Features

  • Search Recipe
  • Add recipe
  • Edit Recipe
  • Bookmarks Recipe
  • Like Recipe
  • Comment Recipe
  • Edit Profile
  • etc

Requirements

Installation

  1. Clone the repo
    git clone https://github.com/SemediTeam/MamaRecipe-frontend.git
  2. Install NPM packages
    npm install
    This will install the dependencies inside node_modules

ENV

Please create and make the changes in the .env file.

REACT_APP_BASEURL = "http://host_backend:port_backend"

Example :

REACT_APP_BASEURL = "http://localhost:4000"

Usage

node index OR nodemon start OR npm start.

Runs the app in the development mode.
Open http://localhost:3000/ to view it in the browser.

If you want to build, type npm run build.

Screenshoots

Demo Mama Recipe

This is Mama Recipe Web build version, let's try it.

http://mamarecipe.site

Related Project

RESTful API for this web application, clone this for development Mama Recipe.

REST API

License

Distributed under the MIT License.

About

this is for client user recipedia

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.8%
  • CSS 7.9%
  • HTML 1.3%