Skip to content

Latest commit

 

History

History
61 lines (49 loc) · 3.46 KB

README.md

File metadata and controls

61 lines (49 loc) · 3.46 KB

Silverfun Web App

Description

A one stop elderly care application for caregivers who want to find information to best help the elderly in their family or IT-literate elderly. This is a Centralised platform for elderly/caregivers to find elderly-related services to ease their workload.

Installation Instructions

This is a very simplified guide on setting up local environment for Windows

Setting up repository

Go to a folder where you want the repository to be in Clone the repository git clone https://github.com/sktlim/silverfun-webapp

Install required dependencies

To install required dependencies, follow steps below.

  1. Install npm
  2. Install required npm dependencies
npm i npm-install-peers

Start Application

To start the application, run command below in terminal.

npm run start

Note that Google Maps related functionalities require Google Maps API key to be entered on source code to be able to display.

Links

Lab 5 Deliverables

Lab 4 Deliverables

Lab 3 Deliverables

Lab 2 Deliverables

Lab 1 Deliverables