Todo lists app

Overview
I developed this Todo list application using Node.js to deepen my knowledge of Node.js.
- Duration
- 2025 / 2 weeks
- Tools
- Node.js
- Express.js
- Vite
- React
- git
- github
Full-Stack Dev with Node.js & React
This project's backend is built with Node.js as Web API server and deployed on the hosting service(Render). It is connected to a React frontend. I implemented a drag-and-drop feature for task to another category, that aimed to strengthen both learning skills and practical abilities.

Discovered
Node.js is primarily used for package management and as a task runner in coding area, but I used it on the server-side in this project, which led to a slightly different approach. However, I deepened my understanding of Node.js, such as JavaScript runs outside the browser. Additionally, by building a REST API, I was able to enhance my knowledge of API. Moving forward, I plan to connect with a database like MongoDB to make the system more practical.