Skip to content

Latest commit

 

History

History
68 lines (41 loc) · 1.62 KB

File metadata and controls

68 lines (41 loc) · 1.62 KB

SIMS PPOB

A simple PPOB (Payment Point Online Bank) simulation project built using React, TypeScript, and Vite.
This application allows users to select and simulate payments for various digital services.

🔗 Live Demo

🌐 Visit the app

📸 Screenshots

Home Page

image

Login Page

image

Top Up Page

image

Make sure to place your screenshots in a /screenshots folder in the root directory of the project.

⚙️ Getting Started

Follow these steps to run the project locally:

1. Clone the repository

git clone https://github.com/FebryanHernanda/SIMS-PPOB.git
cd SIMS-PPOB

2. Install dependencies

npm install

3. Start the development server

npm run dev

Then open http://localhost:5173 in your browser.

Ensure you have Node.js (v18 or later) and npm installed on your machine.

🛠️ Built With

📄 License

This project is for educational and test submission purposes only.


Thank you for visiting this project!