Update README.md
This commit is contained in:
@@ -1,16 +1,28 @@
|
||||
# React + Vite
|
||||
# UAS WebGIS - Sistem Informasi Geografis Pemetaan Kemiskinan
|
||||
|
||||
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
|
||||
### Identitas Mahasiswa
|
||||
* **Nama:** Johanes Satria Christio
|
||||
* **NIM:** D1041231076
|
||||
* **Kelas:** SIG B
|
||||
|
||||
Currently, two official plugins are available:
|
||||
---
|
||||
|
||||
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react) uses [Oxc](https://oxc.rs)
|
||||
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react-swc) uses [SWC](https://swc.rs/)
|
||||
## 📌 Deskripsi Proyek
|
||||
Proyek ini merupakan WebGIS yang dirancang untuk memetakan data kemiskinan warga. Aplikasi ini dibangun menggunakan React dan Vite dengan fitur utama:
|
||||
* Dashboard statistik data kemiskinan warga menggunakan Recharts.
|
||||
* Visualisasi peta spasial sebaran kemiskinan menggunakan Leaflet.
|
||||
* Manajemen data warga dan proses verifikasi status kemiskinan.
|
||||
|
||||
## React Compiler
|
||||
## 🛠️ Tech Stack & Library
|
||||
* **Frontend Framework:** React.js (Vite)
|
||||
* **Styling:** Tailwind CSS
|
||||
* **Mapping Library:** React-Leaflet / Leaflet.js
|
||||
* **Charts Library:** Recharts
|
||||
|
||||
The React Compiler is not enabled on this template because of its impact on dev & build performances. To add it, see [this documentation](https://react.dev/learn/react-compiler/installation).
|
||||
|
||||
## Expanding the ESLint configuration
|
||||
|
||||
If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the [TS template](https://github.com/vitejs/vite/tree/main/packages/create-vite/template-react-ts) for information on how to integrate TypeScript and [`typescript-eslint`](https://typescript-eslint.io) in your project.
|
||||
## 🚀 Cara Menjalankan Proyek Secara Lokal
|
||||
1. Clone repositori ini atau download file ZIP-nya.
|
||||
2. Buka terminal di dalam folder proyek, lalu install *dependencies*:
|
||||
```bash
|
||||
npm install
|
||||
npm run dev
|
||||
Buka tautan lokal yang muncul di terminal (http://localhost:5173).
|
||||
Reference in New Issue
Block a user