Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
fa37fb0
Update README.md
bm Jul 17, 2023
18bd44a
added virtual keyboard and translator
mc-wright Jul 22, 2023
167630b
Update README.md
mc-wright Jul 22, 2023
ed01b09
slight fix
mc-wright Jul 22, 2023
a6e732d
Merge branch 'master' of https://github.com/bm/Language-Exchange-Matc…
mc-wright Jul 22, 2023
b6db133
Update README.md
mc-wright Jul 22, 2023
17278f5
Update README.md
mc-wright Jul 22, 2023
4f969a6
Rename some directories
bm Aug 28, 2023
11170fa
Updated Readme
bm Sep 5, 2023
f97a4b7
Fix broken app
bm Sep 11, 2023
f13bd62
Updated translator styling to match standard
bm Sep 12, 2023
31ada6d
Expanded profile opions for Proficiency, Profession, and Hobby
Sep 23, 2023
7675891
Create dummy data generator
Sep 23, 2023
add6e2c
Preliminary Matchmaking Algorithm
Sep 24, 2023
71e8031
Rename migrations to execute in required order
bm Sep 26, 2023
15ce918
Testing match button and user data call
Sep 28, 2023
8a80dfc
User Profile Data access
Sep 29, 2023
b978ac3
Merge pull request #1 from bm/master
ChristianLee213 Sep 29, 2023
c599dfd
Fixed imports and file naming
Sep 29, 2023
0cebc7f
Integrated matchmaking search
Oct 1, 2023
d8e2f5a
Update README.md with release notes
ChristianLee213 Oct 2, 2023
eda71c3
Merge pull request #2 from bm/christian
bm Oct 2, 2023
cd571c4
Merge pull request #3 from bm/master
ChristianLee213 Oct 13, 2023
287ad37
Created page to house video call
Oct 13, 2023
d4daf58
Merge pull request #4 from bm/christian
ChristianLee213 Oct 13, 2023
4330c45
Preliminary video functionality
Oct 13, 2023
f1c6059
Merge pull request #5 from bm/christian
ChristianLee213 Oct 13, 2023
2ace26c
Added preliminary friends list to dashboard
bm Oct 16, 2023
c2b929b
Added online status to UserAccount db model
bm Oct 16, 2023
35e0658
Revert "Added online status to UserAccount db model"
bm Oct 16, 2023
8d97155
Merge pull request #6 from bm/Bryson
bm Oct 16, 2023
372560d
Added online status to UserAccount db model
bm Oct 16, 2023
38c68a0
Merge pull request #7 from bm/Bryson
bm Oct 16, 2023
c3f5169
Update video chat page styling to match rest of app
bm Oct 16, 2023
e75bfe4
Merge pull request #8 from bm/Bryson
bm Oct 16, 2023
a9965fb
Sprint 3 release notes
ChristianLee213 Oct 23, 2023
b480bfc
Fixed error message
Oct 24, 2023
8707503
Merge branch 'master' into christian
bm Oct 24, 2023
aa3972a
Merge pull request #9 from bm/christian
bm Oct 24, 2023
50efd7a
Add logout API & functionality
bm Oct 24, 2023
142e726
Merge pull request #10 from bm/Bryson
bm Oct 24, 2023
2efc6b4
Logout functionality/friends list
bm Oct 25, 2023
1431137
Merge pull request #11 from bm/Bryson
bm Oct 25, 2023
c21f0ee
Merge pull request #12 from bm/master
ChristianLee213 Nov 7, 2023
a27e903
Added mute button shell
Nov 12, 2023
f6307de
Merge pull request #13 from bm/christian
ChristianLee213 Nov 13, 2023
aff7383
Audio bug fix and audio/video mute buttons
Nov 13, 2023
cd4ee3f
Sprint 4 release notes
ChristianLee213 Nov 13, 2023
cf3f682
Merge pull request #14 from bm/christian
ChristianLee213 Nov 13, 2023
8881636
Update README.md
ChristianLee213 Nov 13, 2023
3c5ca3e
Update README.md
ChristianLee213 Nov 13, 2023
eabd0b9
Added call button to home page
bm Nov 20, 2023
475cb4c
Merge pull request #17 from bm/Bryson
bm Nov 20, 2023
ab0c865
Fixed hide video functionality
bm Nov 20, 2023
4fbee25
Merge pull request #18 from bm/Bryson
bm Nov 20, 2023
5f80503
UI edits
Sparks989 Dec 3, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
232 changes: 232 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,232 @@
### macOS ###
# General
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon


# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

### macOS Patch ###
# iCloud generated files
*.icloud

### Node ###
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage
*.lcov

# nyc test coverage
.nyc_output

# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/
jspm_packages/

# Snowpack dependency directory (https://snowpack.dev/)
web_modules/

# TypeScript cache
*.tsbuildinfo

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional stylelint cache
.stylelintcache

# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variable files
.env
.env.development.local
.env.test.local
.env.production.local
.env.local

# parcel-bundler cache (https://parceljs.org/)
.cache
.parcel-cache

# Next.js build output
.next
out

# Nuxt.js build / generate output
.nuxt
dist

# Gatsby files
.cache/
# Comment in the public line in if your project uses Gatsby and not Next.js
# https://nextjs.org/blog/next-9-1#public-directory-support
# public

# vuepress build output
.vuepress/dist

# vuepress v2.x temp and cache directory
.temp

# Docusaurus cache and generated files
.docusaurus

# Serverless directories
.serverless/

# FuseBox cache
.fusebox/

# DynamoDB Local files
.dynamodb/

# TernJS port file
.tern-port

# Stores VSCode versions used for testing VSCode extensions
.vscode-test

# yarn v2
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*

### Node Patch ###
# Serverless Webpack directories
.webpack/

# Optional stylelint cache

# SvelteKit build / generate output
.svelte-kit

### react ###
.DS_*
**/*.backup.*
**/*.back.*

node_modules

*.sublime*

psd
thumb
sketch

### VisualStudioCode ###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets

# Local History for Visual Studio Code
.history/

# Built Visual Studio Code Extensions
*.vsix

### VisualStudioCode Patch ###
# Ignore all local history of files
.history
.ionide

### Windows ###
# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db

# Dump file
*.stackdump

# Folder config file
[Dd]esktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Windows Installer files
*.cab
*.msi
*.msix
*.msm
*.msp

# Windows shortcuts
*.lnk

# End of https://www.toptal.com/developers/gitignore/api/macos,windows,visualstudiocode,node,react
3 changes: 0 additions & 3 deletions .idea/.gitignore

This file was deleted.

9 changes: 0 additions & 9 deletions .idea/JIA 2113 - Language Exchange Matchmaker.iml

This file was deleted.

9 changes: 0 additions & 9 deletions .idea/JIA-2113---Language-Exchange-Matchmaker.iml

This file was deleted.

16 changes: 0 additions & 16 deletions .idea/checkstyle-idea.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

7 changes: 0 additions & 7 deletions .idea/vcs.xml

This file was deleted.

3 changes: 0 additions & 3 deletions Backend--JIA-2113---Language-Exchange-Matchmaker/.env

This file was deleted.

Loading