https://github.com/dzarurizkyy/money-laundry-admin
This is an admin website designed for managing and monitoring operations of Money Laundry App
https://github.com/dzarurizkyy/money-laundry-admin
nextjs nextjs-project reactjs
Last synced: 3 months ago
JSON representation
This is an admin website designed for managing and monitoring operations of Money Laundry App
- Host: GitHub
- URL: https://github.com/dzarurizkyy/money-laundry-admin
- Owner: dzarurizkyy
- Created: 2024-11-03T18:47:21.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-02-07T17:40:37.000Z (3 months ago)
- Last Synced: 2025-02-07T18:24:34.246Z (3 months ago)
- Topics: nextjs, nextjs-project, reactjs
- Language: TypeScript
- Homepage: https://money-laundry-admin.vercel.app
- Size: 1.87 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Money Laundry Admin Website 🫧👕
This is an admin website designed for managing and monitoring operations of Money Laundry App. This website is built using Next JS and Tailwind CSS.
![]()
## Routes 📍
Route | Description
|--------------------------|---------------------------------------------------------|
| `/login` | Route for user login. |
| `/home` | Displays statistics Money Laundry App. |
| `/home/user` | User management section. |
| `/home/user/order/{id}` | View detailed information on a specific user order. |## Screenshots 💻
-Login Page
-
Home Page
-
Detail Page
-
Confirmation Alert
## Getting Started 🚀
-Clone this repository
```
git clone https://github.com/dzarurizkyy/money-laundry-admin
```-
Create .env.local File
```
NEXT_PUBLIC_URL="https://moneylaundry.bimbelhimalaya.com/api"
```-
Install Dependencies
```
npm install
```-
Build Project
```
npm run build
```-
Start Development Server
```
npm run start
```## Project Structure 🗂️
```
project-root/
├── components/ # Reusable UI components
├── context/ # Global state management
├── pages/ # Page components for different views
├── templates/ # Template pages
├── utils/ # Utils function
├── public/ # Publicly accessible files
├── styles/ # Stylesheets
```## Dependencies 🔗
- [React Icons](https://react-icons.github.io/react-icons/) : A library that provides a collection of popular icons for React.
- [React Toastify](https://fkhadra.github.io/react-toastify/installation/) : A library for easy notifications using toast messages in React.
- [SweetAlert2](https://sweetalert2.github.io/#download) : A library to create beautiful, customizable alerts and modals.
- [Chart.js](https://www.chartjs.org/docs/latest/getting-started/installation.html) : A library for creating interactive and customizable charts and graphs.## Related Repositories 📌
- [Money Laundry App](https://github.com/Bahauddinnafis/money-laundry-mobile) 📱
- [Money Laundry API](https://github.com/RaflyAmartharizqi/money-laundry-api) 🛠️## Contributor 🤝
- [Dzaru Rizky Fathan Fortuna](https://www.linkedin.com/in/dzarurizky/)