Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.74 KB

README.md

File metadata and controls

47 lines (31 loc) · 1.74 KB

TransparentLogo

Orbit: Carer Management Platform

Project Description

Orbit is a task management site for carers, it has been designed to make it simple for carers to add tasks that need to be done for their caree.

This app works directly with the Orbit Backend API, which can be found here. Follow their set up instructions before you get started installing Orbit.

Features

  • Users - can login or signup to access or create their User profile.

  • User Profile - renders information about the user including the to-do tasks for their caree. The user will also have control of the caree page.

  • Caree Profile - renders information about the caree. The user can add a need for the caree and also assign a need to themselves.

Installation Instructions

Follow these steps to get started with the Orbit app:

  1. To access this application, you can clone this repository using the terminal on your system using:
$ git clone https://github.com/e-b-m/CapStone-FrontEnd
  1. Within the newly cloned repository, install the default Node modules using:
$ npm i
  1. To get the web app running, use:
$ npm start

Orbit should now be open in your default browser on http://localhost:3000.

Here is the initial wireframe that formed the basis for our website design:

Extensions

  • Adding a calendar component that a user can add important dates/events to.
  • Allowing a user to assign tasks to another user.
  • Having a Bubble Page that connects all users within the bubble.