# Portfolio
Members:
- Thi Khanh Hoa Nguyen (Graduated from York University[Computer Science], Working as a Web-developer): [Github](https://github.com/TKHNguyen)
- Hokyun(John) Park (Graduated from University of Toronto(St.George)[Computer Science]): [Github](https://github.com/JohnPHK)
- Hyewon(Hyeny) Jeon (4th year student at York University[Computer Science]): [Github](https://github.com/hyeny99)
- Hyungsoo(Henry) Park (3rd year student at University of Toronto(St.George)[Computer Science&Statistics]): [Github](https://github.com/kakaomonk)
If you need more previous projects of us we are always welcome!
## 1. Web Develmopment
### 1. Building E-Commerce Systems (by Hoa)
- Index page

- Category page

- Cart Page

- Check-out Page

### 2. Special Quotation System (by Hoa)
This system will receive a special request form a client, then the Special Product team will review the request, estimate the price and send the confirmation back to the client. If the client wants to proceed with the order, the system will send the specification of the product to the Engineering team, who will create a drawing, and the IT team, who will update the data in the database. Then the order will be sent to the production.
- Index Page

- Special Product Form

- Admin View Page

### 3. Textyourtile (by John)
I created textyourtile inspired by https://www.yourworldoftext.com/.
The website looks as follows:

You can decorate the tiles in the background with text as you want.

It has real-time feature allowing you to see other people writing in real time (socket used).
It also supports log-in feature.


You can register to make an account

Has personal page where you can create your own world etc...


[Source](https://github.com/JohnPHK/textyourtile)
### 4. Website purely programmed in HTML and CSS(by Hyeny)
- ICDP (computer science club webpage)
[Source](https://github.com/hyeny99/ICDP-website)
## 2. App Development + others
### 1. Android app with game centre (by John)

First game inspired by the game 2048. The mechanism is the same, you swipe the phone to overlap the tiles.
The goal of the game is to overlap the same tiles to create subsequent alphabet.
The main goal is to get "K"th tile but you can go further to get "Z"tile.

Second game is sea invader. You click on the boat and the invader (squid) will vanish.
The goal is to destroy all the invaders before it hits the bottom of the phone screen.

[Source](https://github.com/JohnPHK/CSC207_project.git)
### Dungeon Escape (Tile Based 2D Game with game editor) (by Henry)
Note that this App also can be run on Android/iOS device with few changes.
Basic Game Rule:
- If player's point reaches to 0, the player loses and the program resets the board.
- If player reaches to the Goal, player wins
-  Alligator (Monster) that moves to the direction of the red arrow generator. If the player meets Alligator, then player loses points.
-  Chaser: Chaser chases the player by implemented moving algorithm. If the player meets Chaser, then player loses point.
-  Pushable Ball: Player can push the ball, and the player can't push 2 balls at once.
-   Teleporter: If player reaches to Portal, then he teleports to the Gate.
-  Goal
1. User can choose the size of the board ($n\times n$ size)


2. The User can edit the map with objects

3. In-game

[Source](https://github.com/kakaomonk/Dungeon_Escape?organization=kakaomonk&organization=kakaomonk)
### Binance(Crpytocurrency market) Auto-Trader (by Henry)
Note that this project is inspired by [Bianace-Trading-Bot](https://github.com/chrisleekr/binance-trading-bot), and I have done 60% of the project in this summer. Unfortunately, I quitted doing this projcet since Binance will be BANNED in Toronto, Ontario soon. Therefore, I will describe what I've done.
1. Implemented Basic Algorithm for Buy/Sell Sign.
2. It can be run on Andriod/iOS devices
3. The App can be protected by Password

[Source](https://github.com/chrisleekr/binance-trading-bot)
4. The App can import price of Cryptos simultaneously on Binance server and App.
Note that this image is from Biance mobile app.

### Data Compresser by using Huffman Codes (by Henry)
- The program can compress following extensions (.txt, .bmp, .mp3, .wmv).
- It could compress the data successfully (i.e. 10mb to 6mb)
- It could depress compressed file.
In-use
1. Original File

Size of original file: 1,178KB
2. After Compression

After Compression the size of compressed file is 669KB (1,178KB to 669KB)
3. After Decompression

After decompressing the file size is back to 1,178 without data loss.
[Source](https://github.com/kakaomonk/Data_Compression_with_Huffman_Codes)
### OpenCV Android App (by Hyeny)
### RESTful API without Angular (to be updated) (by Hyeny)
- Build a website for a company to manage employment.
- Using legacy systems for more efficient EMS: OrangeHRM and OpenCRX.
- Calculate bonus salary based on employee’s performance.
- Store data in a database.
- Developed in a standard mean stack way.
Language: Javascript
[Source](https://github.com/hyeny99/IA_MEANstack)
### RESTful API using Node.js Express framework (by Hyeny)
- Building a website for a company; Focusing on the backend part.
- Node.js environment is used.
- Can be connected via HTTP endpoints.
Language: Javascript
[Source](https://github.com/hyeny99/Node.js-Express-framework)
### Building backend using Springboot framework (by Hyeny)
- Springboot framework is used instead of Node.js packages.
Language: Java
https://github.com/hyeny99/Springboot-and-Postman
### Building a webpage with EJS(by Hyeny)
- A website for a student dormitory
- MEAN stack way
- Frontend: EJS, HTML, CSS
- NoSQL cloud-based database was used: MongoDB Atlas
[Source](https://github.com/hyeny99/Tanenbusch_MEAN)