100 Days of Code
Pontakorn Paesaeng (@pontakornth)100 Days Blog Paginated
- Day: 18
- Date: Sun Apr 11 2021
- Link: https://100days-pontakorn.vercel.app/
The Mini App Chat is still under development. I just want to make a new improvement of this blog. Because the totals projects goes 10+, I don't think having everything in 1 page would be wise. So I decide to paginate them. ...more
Mini Chat App (Continued)
- Day: 17
- Date: Sat Apr 10 2021
- Link: https://github.com/pontakornth/mini-chat-app
Today, I don't really do much. I implemented authentication and make tests about it. It's actually not that much. But I think I learn about mocking in JavaScript. ...more
Mini Chat App (Setup and Test)
- Day: 16
- Date: Fri Apr 09 2021
- Link: https://github.com/pontakornth/mini-chat-app
After I already partially designed the chat app, I begin to work on this project. I use Next.js because I want to learn about Recoil state management. The state is going to be used across components so I think it is a perfect job for new library. ...more
Chat Program (Design)
- Day: 15
- Date: Thu Apr 08 2021
- Link: https://codepen.io/pontakornth/pen/OJWORro
This is a one step of the bigger project, the chat app. I never actually develop any chat app before. This is one of the new project I think I could get more learning here. ...more
Responsive Navbar
- Day: 14
- Date: Tue Apr 06 2021
- Link: https://codepen.io/pontakornth/pen/LYxjyPB
This one is a small project to practice what I already know about. I don't implement a responsive navbar anywhere. My personal blog has only 3 navigation link and a webring. It is not needed much. But, some websites have lots of functionalities. There are so many links to be navigated. Responsive navbar is a must because mobile cannnot render all links in the same line. ...more