Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kiaralee committed Oct 24, 2023
0 parents commit db166f7
Show file tree
Hide file tree
Showing 32 changed files with 42,380 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .firebase/hosting.YnVpbGQ.cache
@@ -0,0 +1,10 @@
index.html,1697560714015,0ca41369bd261c74d1ce7c6bf484b1201a77f65c51f6be71e44c89830a52a7d7
asset-manifest.json,1697560714017,1645aeac44891280e5f33099279b81bd9b79459a86e64d714d451a75949d07eb
404.html,1697560686321,05cbc6f94d7a69ce2e29646eab13be2c884e61ba93e3094df5028866876d18b3
static/js/main.96c8564a.js.LICENSE.txt,1697560714039,863822623d67b41535f9425e1644adaabd7ddbb936520dcbc2937bd7ebf3ab13
robots.txt,1697560686323,391d14b3c2f8c9143a27a28c7399585142228d4d1bdbe2c87ac946de411fa9a2
manifest.json,1697560686322,b62cef34b2b17a34d43426d246ea8ddc7452a3f4400e2537c2393cad00cade1a
static/css/main.5b3f73c9.css,1697560714041,5c91090443bbb56f8ba3be92a1147a0a42e3bf5b233479540e3a9e5ad42e5aba
static/css/main.5b3f73c9.css.map,1697560714039,4b406a9d8473ab1a40e6f17f4cc4ab886749946c783086f147d16926685e7ddf
static/js/main.96c8564a.js,1697560714039,0d2f5f707b91fe2f4d1fbe9be03b079ac770a26e2f92a7083c7e4cab8cdad156
static/js/main.96c8564a.js.map,1697560714041,e6b6bfb350a740e9fd2e137f616d2813b042a647d216c8dfb554684f8b864d70
5 changes: 5 additions & 0 deletions .firebaserc
@@ -0,0 +1,5 @@
{
"projects": {
"default": "react-app-sample-538d7"
}
}
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
@@ -0,0 +1 @@
* @hightechu/staff
26 changes: 26 additions & 0 deletions .github/CONTRIBUTING.md
@@ -0,0 +1,26 @@
# Contributing

This projects encourages contributions of all forms (source code, documentation, improvements, bug reporting, etc.).

By participating in this project, you agree to this projects [`code of conduct`](../CODE_OF_CONDUCT.md).

## Getting Started

To learn how to get a local development environment started visit the [`getting started`](../GETTING_STARTED.md) document.

## Submit a Pull Request

At this point, you have made your contribution to a new branch based off of `main` and are ready to create a Pull Request. Create a Pull Request from your branch to the `main` branch and add any relevant information.

Please include a description of your contribution, any tests you've written, a screenshot of the feature, etc. The more descriptive your Pull Request is the higher the chances are that it will be merged into `main`.

## Contribution

Here are a few things that will improve your chances of your Pull Request being accepted:

* Write Tests.
* Write Good Commit Messages.
* Document Your Code.
* Update Documentation.
* Follow Coding Conventions.
* Write Clean Code.
13 changes: 13 additions & 0 deletions .github/pull_request_template.md
@@ -0,0 +1,13 @@
# Description
<!-- Please include a summary of the change(s) and the relevant issue number if applicable.
Answer: What did you do? How does it work? If this was a bug fix, what was the bug? -->

## Checklist

- [ ] The code follows all style guidelines. <!-- Is the code clean and formatted correctly? -->
- [ ] The code passes all required tests. <!-- Did you test the code in the local environment? -->
- [ ] The code is documented. <!-- As needed, did you add this function to the help page? -->
- [ ] I have self-reviewed my changes and have done QA. <!-- Is the code working and high-quality? -->

## General Comments
<!-- Optional - Add anything else you would like to add to the Pull Request -->
59 changes: 59 additions & 0 deletions .github/workflows/firebase.yml
@@ -0,0 +1,59 @@
name: Firebase CI

on:
push:
branches: [ main ]
pull_request:
branches: [ main]

jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [20.x]

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install -g npm
- name: npm install, build and test
run: |
npm install
npm run build
- name: Archive Build
uses: actions/upload-artifact@v2
with:
name: build
path: build

deploy:
name: Deploy
needs: build
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Download Build
uses: actions/download-artifact@v2
with:
name: build
path: build
- name: Deploy to Firebase
uses: w9jds/firebase-action@master
with:
args: deploy --only hosting
env:
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
REACT_APP_apiKey: ${{ secrets.REACT_APP_APIKEY }}
REACT_APP_authDomain: ${{ secrets.REACT_APP_AUTHDOMAIN }}
REACT_APP_projectId: ${{ secrets.REACT_APP_PROJECTID }}
REACT_APP_storageBucket: ${{ secrets.REACT_APP_STORAGEBUCKET }}
REACT_APP_messagingSenderId: ${{ secrets.REACT_APP_MESSAGINGSENDERID }}
REACT_APP_appId: ${{ secrets.REACT_APP_APPID }}
REACT_APP_measurementId: ${{ secrets.REACT_APP_MEASUREMENTID }}
24 changes: 24 additions & 0 deletions .gitignore
@@ -0,0 +1,24 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
.env

npm-debug.log*
yarn-debug.log*
yarn-error.log*
128 changes: 128 additions & 0 deletions CODE_OF_CONDUCT.md
@@ -0,0 +1,128 @@
# Contributor Covenant Code of Conduct

## Our Pledge

We as members, contributors, and leaders pledge to make participation in our
community a harassment-free experience for everyone, regardless of age, body
size, visible or invisible disability, ethnicity, sex characteristics, gender
identity and expression, level of experience, education, socio-economic status,
nationality, personal appearance, race, religion, or sexual identity
and orientation.

We pledge to act and interact in ways that contribute to an open, welcoming,
diverse, inclusive, and healthy community.

## Our Standards

Examples of behavior that contributes to a positive environment for our
community include:

* Demonstrating empathy and kindness toward other people
* Being respectful of differing opinions, viewpoints, and experiences
* Giving and gracefully accepting constructive feedback
* Accepting responsibility and apologizing to those affected by our mistakes,
and learning from the experience
* Focusing on what is best not just for us as individuals, but for the
overall community

Examples of unacceptable behavior include:

* The use of sexualized language or imagery, and sexual attention or
advances of any kind
* Trolling, insulting or derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or email
address, without their explicit permission
* Other conduct which could reasonably be considered inappropriate in a
professional setting

## Enforcement Responsibilities

Community leaders are responsible for clarifying and enforcing our standards of
acceptable behavior and will take appropriate and fair corrective action in
response to any behavior that they deem inappropriate, threatening, offensive,
or harmful.

Community leaders have the right and responsibility to remove, edit, or reject
comments, commits, code, wiki edits, issues, and other contributions that are
not aligned to this Code of Conduct, and will communicate reasons for moderation
decisions when appropriate.

## Scope

This Code of Conduct applies within all community spaces, and also applies when
an individual is officially representing the community in public spaces.
Examples of representing our community include using an official e-mail address,
posting via an official social media account, or acting as an appointed
representative at an online or offline event.

## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at
hightechu@uvic.ca.
All complaints will be reviewed and investigated promptly and fairly.

All community leaders are obligated to respect the privacy and security of the
reporter of any incident.

## Enforcement Guidelines

Community leaders will follow these Community Impact Guidelines in determining
the consequences for any action they deem in violation of this Code of Conduct:

### 1. Correction

**Community Impact**: Use of inappropriate language or other behavior deemed
unprofessional or unwelcome in the community.

**Consequence**: A private, written warning from community leaders, providing
clarity around the nature of the violation and an explanation of why the
behavior was inappropriate. A public apology may be requested.

### 2. Warning

**Community Impact**: A violation through a single incident or series
of actions.

**Consequence**: A warning with consequences for continued behavior. No
interaction with the people involved, including unsolicited interaction with
those enforcing the Code of Conduct, for a specified period of time. This
includes avoiding interactions in community spaces as well as external channels
like social media. Violating these terms may lead to a temporary or
permanent ban.

### 3. Temporary Ban

**Community Impact**: A serious violation of community standards, including
sustained inappropriate behavior.

**Consequence**: A temporary ban from any sort of interaction or public
communication with the community for a specified period of time. No public or
private interaction with the people involved, including unsolicited interaction
with those enforcing the Code of Conduct, is allowed during this period.
Violating these terms may lead to a permanent ban.

### 4. Permanent Ban

**Community Impact**: Demonstrating a pattern of violation of community
standards, including sustained inappropriate behavior, harassment of an
individual, or aggression toward or disparagement of classes of individuals.

**Consequence**: A permanent ban from any sort of public interaction within
the community.

## Attribution

This Code of Conduct is adapted from the [Contributor Covenant][homepage],
version 2.0, available at
https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.

Community Impact Guidelines were inspired by [Mozilla's code of conduct
enforcement ladder](https://github.com/mozilla/diversity).

[homepage]: https://www.contributor-covenant.org

For answers to common questions about this code of conduct, see the FAQ at
https://www.contributor-covenant.org/faq. Translations are available at
https://www.contributor-covenant.org/translations.
21 changes: 21 additions & 0 deletions LICENSE
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2023 HighTechU

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
40 changes: 40 additions & 0 deletions README.md
@@ -0,0 +1,40 @@
# HighTechU Techccelerator React App

## About

<!-- You will want to modify the text below to include a short description of your app -->
<!-- You will want to modify the documentation link to your app's help page -->

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Tortor vitae purus faucibus ornare suspendisse sed nisi lacus. Posuere lorem ipsum dolor sit. Quis varius quam quisque id diam vel quam elementum pulvinar. Rhoncus dolor purus non enim praesent elementum facilisis leo. Accumsan lacus vel facilisis volutpat est velit egestas dui. For more information about the app visit the "[documentation](https://hightechu.ca)".


## Technologies

The HighTechU Techccelerator web app uses the following technologies: Node.js, React.js, Firebase, and Bootstrap.

## Getting Started

To get started with the project visit the [`getting started`](docs/GETTING_STARTED.md) documentation. The document outlines how to get a copy running locally/publicly and how to setup the app.

## Contributing

Contributions are always welcome!

See [`CONTRIBUTING`](.github/CONTRIBUTING.md) for ways to get started.

Please adhere to this project's [`code of conduct`](CODE_OF_CONDUCT.md).

## Useful Resources

* [React Documentation](https://react.dev/reference/react)
* [Firebase Documentation](https://firebase.google.com/docs?gad=1&gclid=Cj0KCQjwzdOlBhCNARIsAPMwjbzPQ-Agmh5XfsQcmfi5jzcgb5lp9x1lHb9xjZqGsFUmLq4MXlq2CqYaAnlIEALw_wcB&gclsrc=aw.ds)

## License

The project uses the [MIT LICENSE](https://choosealicense.com/licenses/mit/).

## Authors

<!-- You will want modify the authors list below to include all contributing team members. -->

- [@hightechu](https://github.com/hightechu)

0 comments on commit db166f7

Please sign in to comment.