├── .github
└── FUNDING.yml
├── README.md
├── package.json
├── public
├── google7205e8d81ab78b75.html
└── index.html
└── src
├── Aplikasitoko.js
├── App.js
├── Bioskop.js
├── Cafe.js
├── Contact.js
├── Demo.js
├── Footer.js
├── Header.js
├── Home.js
├── Jos.js
├── Kasir.js
├── Layanan.js
├── Main.js
├── Resto.js
├── ScrollToTop.js
├── Web.js
├── demo
├── Admindemo.js
├── Cinema.js
├── Kasirdemo.js
├── Mobile.js
└── Phone.js
├── index.js
└── slug
├── Aloha.js
├── Aseloley.js
├── Asereje.js
├── Basic.js
├── Celuk.js
├── Dashboard.js
├── Datas.js
├── Endas.js
├── Info.js
├── Kategori.js
├── Kepala.js
├── Kitchen1.js
├── Kitchen2.js
├── Kitchen3.js
├── Kons.js
├── Laporan.js
├── Laravel.js
├── Login.js
├── Pembelian.js
├── Penjualan.js
├── Premium.js
├── Price.js
├── Produk.js
├── Retur.js
├── Sikil.js
├── Standard.js
├── Start1.js
├── Start2.js
├── Start3.js
├── Supplier.js
├── Variant.js
├── Webslug1.js
├── Yok.js
└── Yuk.js
/.github/FUNDING.yml:
--------------------------------------------------------------------------------
1 | github: mesinkasir
2 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # React Website themes template free download with SEO ✔️
2 |
3 | 👉🏻Test demo [https://laravelapp.vercel.app/](https://laravelapp.vercel.app/) ✔️
4 |
5 | 🧛 Dark Mode Premium test drive here [https://lavapos.vercel.app/](https://lavapos.vercel.app/) ✔️
6 |
7 | 👩🏻🎓 Documentation installation and live source code
8 | [https://www.hockeycomputindo.com/2021/02/bootstrap-react-free-download-website.html](https://www.hockeycomputindo.com/2021/02/bootstrap-react-free-download-website.html)
9 |
10 | 🎥 Video demo [play video](https://youtu.be/JoV7xBUvVfU)
11 |
12 | ----------------------------------------
13 |
14 | ### 💖 Thanks for Sponsor 🤞
15 |
16 |
17 |
18 | ----------------------------------------
19 |
20 | ### [🚀 Become a Sponsor](https://github.com/sponsors/mesinkasir) | [☕ Buy me Coffee](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=JVZVXBC4N9DAN)
21 |
22 | ----------------------------------------
23 |
24 | ### 🥇 Supporter 👨🏻🚀
25 |
26 |
27 |
28 | ----------------------------------------
29 |
30 | Display
31 |
32 | 
33 |
34 | Home page
35 |
36 | 
37 |
38 | Website page area
39 |
40 | 
41 |
42 | Get start page
43 |
44 | 
45 |
46 | App page area
47 |
48 | 
49 |
50 | Contact Page
51 |
52 | 
53 |
54 | Navbar header menu
55 |
56 | --------------------------------------------------------------
57 |
58 | Develope using react and bootstrap
59 |
60 | By default we have develope 10 page
61 | + Home page area
62 | + Menu one Area
63 | + Menu two area
64 | + Menu one information
65 | + Menu two information
66 | + Galerry video menu one
67 | + Galerry video menu two
68 | + Website info area
69 | + Order Area
70 | + Contact Page Area
71 |
72 | Navbar header menu
73 |
74 | Footer breadcumb
75 |
76 | ------------------------------------------------------------------
77 |
78 | Update New :
79 | + SEO optimation ready with helmet
80 | + Title page
81 | + Description Page
82 | + Facebook Card
83 | + Twitter Card
84 |
85 | Screen shoot SEO tag on another react page
86 |
87 | 
88 |
89 | --------------------------------------------------------------
90 |
91 | Tips for configuration SEO on this react website
92 |
93 | [https://www.hockeycomputindo.com/2021/02/bootstrap-react-free-download-website.html](https://www.hockeycomputindo.com/2021/02/bootstrap-react-free-download-website.html)
94 |
95 | ------------------------------------------------------------
96 |
97 | How to install :
98 | + need npm node
99 | + npm install -g cli-react
100 | + Download source code
101 | + npm install
102 | + npm start
103 | + open localhost:3000
104 |
105 | -----------------------------------------------------------
106 |
107 | Test demo [https://laravelapp.vercel.app/](https://laravelapp.vercel.app/)
108 |
109 | Dark mode Premium test drive here [https://lavapos.vercel.app/](https://lavapos.vercel.app/)
110 |
111 | Documentation installation and live source code
112 | [https://www.hockeycomputindo.com/2021/02/bootstrap-react-free-download-website.html](https://www.hockeycomputindo.com/2021/02/bootstrap-react-free-download-website.html)
113 |
114 | Video demo [play video](https://youtu.be/JoV7xBUvVfU)
115 |
116 | -------------------------------------------------------------
117 |
118 |
119 | ### Buy me a coffee ☕️ ❤️ ✌🏻
120 |
121 | [Paypall](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=JVZVXBC4N9DAN) [Gumroad](https://creativitaz.gumroad.com/l/coffee) [Github Sponsor](https://github.com/sponsors/mesinkasir)
122 |
123 |
--------------------------------------------------------------------------------
/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "react-pos-web",
3 | "version": "2.1.2",
4 | "private": true,
5 | "dependencies": {
6 | "bootstrap": "4.6.0",
7 | "jquery": "3.5.1",
8 | "popper.js": "1.16.1",
9 | "react": "17.0.1",
10 | "react-dom": "17.0.1",
11 | "react-helmet": "^6.1.0",
12 | "react-router-dom": "5.2.0"
13 | },
14 | "scripts": {
15 | "start": "react-scripts start",
16 | "build": "react-scripts build",
17 | "test": "react-scripts test --env=jsdom",
18 | "eject": "react-scripts eject"
19 | },
20 | "devDependencies": {
21 | "react-scripts": "latest"
22 | }
23 | }
--------------------------------------------------------------------------------
/public/google7205e8d81ab78b75.html:
--------------------------------------------------------------------------------
1 | google-site-verification: google7205e8d81ab78b75.html
--------------------------------------------------------------------------------
/public/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |