https://github.com/francescaansell/group-web-app
IST 256 Group Project
https://github.com/francescaansell/group-web-app
back front-end-development webdevelopment
Last synced: 2 months ago
JSON representation
IST 256 Group Project
- Host: GitHub
- URL: https://github.com/francescaansell/group-web-app
- Owner: francescaansell
- Created: 2020-10-27T15:59:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-08T04:51:20.000Z (over 4 years ago)
- Last Synced: 2025-02-09T13:25:21.803Z (4 months ago)
- Topics: back, front-end-development, webdevelopment
- Language: HTML
- Homepage:
- Size: 1.96 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
_Francesca Ansell, Elissa McNeil, Dylan Tellei_
## Starting the Web App:
1. Enter "npm install" into your Visual Studio Code terminal.
- Ensure that the packets are added and there are no errors.
2. Enter "npm install body-parser mongoose" into your Visual Studio Code terminal.
- Ensure that the packets are added and there are no errors.
3. Enter "npm start" into your Visual Studio Code terminal.
- Ensure that the command works and that there are no errors.
4. Open up a webpage, and type in "localhost:3000." Hit enter. The webpage should be visible.# Sprint Three:
## Contribution Breakdown:
#### Home Page:
No new additions.#### Getting Started Page:
Frankie created an internal API to store the survey information.#### Attend Therapy Page:
No new additions.#### Ratings/Reviews:
Elissa fixed the issues from Sprint 2 in order to be re-assessed.#### FAQ:
Elissa finalized the interactive drop-down boxes for the questions and answers.#### Account:
Frankie created the "Account Page" and Frankie and Dylan created the account creation, deletion, and update interactions to implement CRUD functionality. Elissa created help information for users.# Sprint Two:
## Contribution Breakdown:
#### Home Page:
Dylan added a slideshow using Javascript to enhance the format of the home page, drawing users in.#### Getting Started Page:
Frankie fixed up some previous issues that we had with the survey.#### Attend Therapy Page:
Frankie added a scheduling API, so that users can schedule their sessions.#### Ratings/Reviews:
Frankie added a reviews section that lists others' reviews of eTherapy. Elissa and Frankie also added a review submission form to the page as well.#### FAQ:
Elissa and Frankie created interactive drop-down boxes for the questions and answers. Elissa also added the question submission form with javascript.# Sprint One:
## Contribution Breakdown:
#### Overall:
Francesca created the basis of the wesbite by creating the Header, Navigation bar, and the Ability to Navigate Between Pages.
Francesca, Dylan, and Elissa worked together to provide finishing touches on all pages by working with and fixing up fonts, font sizes, comments, and CSS appearance elements and styling.#### Home Page:
Francesca, Elissa, and Dylan worked together collaboratively to add information about the users and therapists on the home page.#### Getting Started Page:
Francesca created the survey for users to take on the Getting Started page.
_Javascript is necessary to recieve the users results and make the survey more responsive._#### Attend Therapy Page:
Dylan worked on creating a basis for the Attend Therapy Page.
_The majority of the Attend Therapy Page will be implemeted with Javascript and APIs_#### Journal:
Francesca worked on creating the basis for the Journal Page.
_The majority of the Journal Page will be implemeted with Javascript and APIs_#### FAQ:
Elissa created the frequenty asked questions and answers
_Javascript may be used to create drop-down boxes to enhance the format of the FAQs, as well as to create a question submission form for users._