Skip to content

s-rb/japan-cafe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React application for the Japan cafe website

React application for the Japan cafe website made for study ReactJS purpose

screenshot

Technologies:

  • Javascript language
  • ReactJS library
  • Html, CSS

Features:

  • You can add items to the cart
  • Price recalculates
  • Modal window for the cart and checkout

How to use github actions publishing:

  • run npm install gh-pages --save-dev
  • add to package.json: "homepage": "https://<your-login>.github.io/<your-repo-name>"
  • add to package.json:
"scripts": {
  "predeploy": "npm run build",
  "deploy": "gh-pages -d build"
}
  • run npm run deploy
  • this will create branch gh-pages in remote repo with built files
  • then try to go to your homepage for the project
  • don't forget to set your repo (public + actions is on etc)

About

Demo project for Japan cafe React web site

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published