Skip to content

teephan91/teephan91.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio

Welcome to my portfolio website hosted by Github Pages. Here, you'll find my featured projects, with links to their respective Github and Live Preview. This is the first iteration of the site, but I'll be updating it as I progress with my education. Please have a look around and feel free to reach out if anything catches your attention.

CLICK HERE TO VIEW THE SITE

Here are the list of the featured projects:

Calculator

Online calculator

This is an on-screen calculator, with four basic math operators plus a decimal point button. Users can turn on/off the calculator as they wish. They provide the input by clicking on the buttons or from their favorite keyboard.


Proofhub sign-up form

Proofhub sign-up form

This is my attempt to recreate ProofHub's sign-up form from scratch. This sign-up form is mobile-friendly. And the form validation is done via Vanilla Javascript.


Etch-a-sketch

Online etch-a-sketch

This is an online Etch-A-Sketch. Users can draw on the sketchpad using the mouse. They can change the size of the pad and the color of the "brush". There is also a button to clear all the sketching if users want to start over.


Library

An on-screen library

This is a virtual library app where users can input the author, title, and number of pages of their favorite books. They can change the status of each book, to whether they've already read it or not. Users can also delete books so they have space for new ones.


Tic Tac Toe

Classic tic tac toe game

This program allows you to play the classic Tic Tac Toe with one of your friends. You begin with choosing between the two marks. Then proceed to the game. You have the option of restarting mid-game. When a result is reached, win, lose or draw, the program will announce and give you a button to start over again if you like.

Installation & Set Up

  1. You have to fork this repo first. Github has a their own step-by-step guide with pictures to follow along.
  • Note: You have the option of changing the name of your forked repo.
  1. And to have all the files locally on your computer, open Terminal -> change the current directory to the directory you want to put this forked repo. Then, enter the command line below:
git clone https://github.com/[your-username]/teephan91.github.io.git
  • Note: If you change the name of your forked repo, replace 'teephan91.github.io.git' with '[your-forked-repo-name].git'. Github will automatically do this for you when you copy the link.
  1. Finally, change to your new forked repo directory.
cd teephan91.github.io

or

cd [your-forked-repo-name]

Support

Please feel free to reach out if you need any help with this repo. 👉🏼 [email protected]

Resources Used

Have a good one! 👍🏼