Skip to content

chingu-voyages/v35-toucans-team-03

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML5 CSS3 JAVASCRIPT FIGMA Contributors Forks Issues CHINGU 2021


Compass App

This is an app created for the purpose of increasing awareness about mental health. We have provided users with two questionnaires to assess their alcohol consumption and general well-being. After completing the assessments, we provide users with an interpretation of their results, to see whether they are within or outside of healthy ranges. Awareness is the first step to changing behaviour, so depending on the respective results users are empowered to seek help if required. We hope to break the stigma and encourage engaging with your own mental health.

Content

Overview

Deployment

Compass App is hosted on Netlify.

Screenshot

Compass App Screenshot

How to Contribute

First time

  • Fork the project repository

  • Clone your forked repo locally on your computer's terminal

    git clone [cloned-repo.git]
    
  • Set upstream repository

    git remote add upstream https://github.com/chingu-voyages/v35-toucans-team-03
    

    Proceed to returning to continue

Returning

To begin contributing to this project,

  • Create a branch of feature you will be working on :

    git checkout -b [feature-branch]
    
  • Update your name on the contributors list on the project's README file

  • Write your code

  • Add your code to Git locally and commit changes to your remote repository :

    git add .
    
    git commit -m "commit-message-here"
    
  • Sync your code before pushing

    git pull upstream dev
    
  • Push your feature branch to your forked repo

    git push -u origin "feature-branch-name"
    
  • Open pull request (PR) on GitHub to merge your feature branch into your dev branch

  • Submit a new PR to merge your updated dev branch into the upstream dev branch on GitHub

    please resolve conflicts that arise before making a PR

  • You have successfully contributed.

Contributors

Compass App was built by a team of 5.

Product Owner

  1. Cathy K.

Developers

  1. Ayman
  2. Carl Bebi
  3. Mariam Adekola
  4. Opeoluwa

Designers

  1. Opeoluwa
  2. Mariam Adekola

Credit

This project is facilitated by chingu.io