Skip to content
SeHyun edited this page Mar 9, 2024 · 20 revisions

Introduction

This is a web service that collects information on various events that you can participate in for free in one place.

So, you can check the event information that you can participate in for free on the site and participate in the event through the link provided.

스크린샷, 2023-03-03 18-57-51

development motivation

As a front-end developer, I had a goal to create services that can be used by real users.

and I thought that the TodayLink Project was the fastest idea I could try out of all the ideas I had in mind.

However, it was a huge burden to personally carry out the entire process of learning server-side knowlege and building a new server, as well as client-side implementation.

Therefore, instead of building traditional servers, i used firebase to carry out the first project of TodayLink.

However, firebase alone could not satisfy 100% of the function I wanted, and the TodayLink project that I challenged for the first time ended unfinished.

(Blog: Issues encountered with implementing email authentication through firebase )

Meanwhile, I happened to take a lecture on front-end development and learned about the framework called Next.js.

Among the advantages of Next.js that I learned from learning the Next.js framework, I was drawn to the fact that it was based on React but could also write server-side code

so, I challenged the TodayLink project again, and I was able to complete the TodayLink project successfully.

💬 Introduction

⚙️ Features & Implementation History

🎨 Design

📝 Development histroy

Clone this wiki locally