ReproHealth+ An application for reproductive health education and consultation.
View Demo »
Report Bug
·
Request Feature
Table of Contents
ReproHealth+ merupakan aplikasi kesehatan reproduksi yang bertujuan untuk meningkatkan edukasi lebih lanjut kepada masyarakat terkait cara menjaga dan menanggulangi masalah kesehatan reproduksi. Aplikasi ini menyediakan fitur yang dapat dimanfaatkan oleh masyarakat luas dan dokter yang terdaftar.
Fitur Kami:
- Landing Page
- Dashboard
- Janji Temu
- Jadwal Saya
- Artikel
- Forum
- Chatbot
- Profile
- Notifications
Follow these instructions to setting up your project and running it locally:
Make sure you have installed this on your computer, or run this syntax on your terminal.
-
npm
npm install npm@latest -g
-
Clone the repo
git clone https://github.com/team-capstone-1/fe-repro-health.git
-
Open the Folder
cd fe-repro-health
-
Install NPM packages
npm install
-
Running the App
npm run dev
-
Tools Management by Trello
-
Tools Management by Google Sheet
The framework and libraries we used to bootstrap our project:
├── public
├── src
│ ├── apis
│ ├── assets
│ ├── components
│ ├── ...
│ ├── views
│ │ ├── app-views
│ │ │ ├── appointment
│ │ │ │ ├── components
│ │ │ │ ├── constant
│ │ │ │ ├── index.jsx
│ │ │ ├── article
│ │ │ ├── chatbot
│ │ │ ├── ...
│ │ ├── auth-views
│ │ ├── error-views
│ │ ├── landing-views
│ ├── App.jsx
│ ├── index.css
│ ├── main.jsx
├── .eslintrc.cjs
├── .gitignore
├── .prettierrc
└── ...