HTML + CSS + JavaScript

Website Collection

A collection of websites (mainly html+css) I built for practice.

API Test

API testing site like Postman, allows User to send GET POST PUT PATCH DELETE request to a url just like Postman.

AR Render

Render ar with a pattern on camera, using aframe and ar.js. Follow the instruction in the source page to get started.

React

TicTacToe

A tictactoe game allows 2 player to play locally online, deployed on web Through React and application as C++ with a bot made from minimax algorithm.

Quote Generator

Fetchs a new quote through API every time when the new quote button was clicked and render it.

Crypto Scroller

It renders cryptocurrencies using coincap API. Data fetches more when reach the end of the page. Display the rank, symbol, name, price, market cap price in order.

Node.js

Discord Music Bot

A discord bot that supports searching, playing, queueing videos on youtube and songs on soundcloud.

React + Node.js

BookShare

Build with team of 4. A full stack CRUD application that allows users to share books with each other. Users can create an account, search for books, and request to borrow books from other users. Users can also accept or decline requests to borrow their books.

User Authenication

A full stack web application with React, Express.js, and Sequelize.js, handles user authentication and authorization, protect routes using passport.js and user security with bcrypt.js.

Files Upload

Multer + Mongodb to handle file uploads. Allow the user to upload files and download files from the server.