/HealthCare

the frontend code for the HealthCare project

Primary LanguageJavaScript

README

HealthCare Project Frontend (HCI Course)

This repository contains the frontend code for the HealthCare project, developed as part of the HCI (Human-Computer Interaction) course.

Backend Repository

For the backend part of this project, please refer to: healthcare-backend.

Project Structure

Below is the project file structure for quick navigation:

HealthCare
├── node_modules
├── src
│   ├── css
│   │   ├── health-advice.css
│   │   ├── login.css
│   │   ├── personal.css
│   │   └── style.css
│   ├── js
│   │   ├── app.js
│   │   ├── config.js
│   │   ├── health-advice.js
│   │   ├── index.js
│   │   ├── login.js
│   │   ├── main.js
│   │   └── personal.js
│   └── res
├── favicon.ico
├── health-advice.html
├── index.html
├── login.html
├── personal.html
├── .gitignore
├── package.json
├── package-lock.json
├── readme.md
└── server.js

Getting Started

To get started with this project, first install the dependencies:

npm install

Then, start the server:

node server.js

After starting the server, you can access the application locally at: http://localhost:3000 (click or enter this URL in your browser).