100 Days of Code
Pontakorn Paesaeng (@pontakornth)CSS Sunrise
- Day: 23
- Date: Sat Apr 17 2021
- Link: https://codepen.io/pontakornth/pen/abpjJgK
This is another CSS art that I make for this challenge. I use the position again to manipulate location of element to center the sun and hide the lower half of the sun. But in this CSS art I use radial-gradient to simulate the lighting. ...more
Stacking Cards
- Day: 22
- Date: Fri Apr 16 2021
- Link: https://codepen.io/pontakornth/pen/NWdBWLo
I haven't play with HTML for a very long time since I've left the ELS for good. I was in charge of the website. But, the other person is actually the one who done most of the code. I am still feel sorry for him. I do the website in the last generation. This might be the last time I was tweaking with the advance CSS to acheive the design. ...more
RPG Dialog Box (HTML + CSS + JavaScript)
- Day: 21
- Date: Thu Apr 15 2021
- Link: https://codepen.io/pontakornth/pen/oNByZGa
This is the end of the holiday . I think I spend too much time on the RPG Maker project. In fact, I always want to create an RPG game since childhood. Final Fantasy 6 is my first game. It impressed me. Many people said that it is one of the best game ever. Today, I am a programmer. Now I can at least create something about it. ...more
Mini Chat App (Chat Room)
- Day: 20
- Date: Tue Apr 13 2021
- Link: https://github.com/pontakornth/mini-chat-app
This is a retrospective update because I am mistaken that I already upload the content. That day, I add a feature to validate chat room number. It will contain 6 numeral digits because I think it is easy to remember for a mini chat app. ...more
Mini Chat App (Authentication)
- Day: 19
- Date: Mon Apr 12 2021
- Link: https://github.com/pontakornth/mini-chat-app
I am back to the mini chat app now. I discovered that some of the test is not properly done. So, I modified and add authentication logic. ...more