This repository contains the source code for the frontend of the Stand With Dorayaki App. The app provides an intuitive interface for managing Toko Dorayaki
, Stok Toko Dorayaki
, and Dorayaki
data.
The frontend is built using the following technologies:
- ReactJS with TypeScript
- Material UI
These technologies provide a modern and flexible foundation for creating a responsive and user-friendly interface.
/store
: Provides a CRUD (Create, Read, Update, Delete) operations interface forToko Dorayaki
./stock/{tokoID}
: Provides an RU (Read, Update) operations interface for a specificStok Toko Dorayaki
./dorayaki
: Provides a CRUD operations interface forDorayaki
.
- Light/Dark Theme
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/kadeksuryam/stand-with-dorayaki-FE.git
- Install NPM packages
npm install
npm run dev
The output should be looks like this
vite v2.4.2 dev server running at:
> Local: http://localhost:3000/
> Network: use `--host` to expose
ready in 608ms.
Now, you can open the app at URL that Local
has pointed
npm run build
Kadek Surya Mahardika - kadeksuryam@gmail.com