This is a simple Todo application built with React for the front-end and MySQL for the back-end. It allows users to create, read, update, and delete tasks. The application demonstrates CRUD operations, state management, and API integration.
- Add Todo: Users can add a new task to the list.
- View Todos: Users can view all tasks.
- Edit Todo: Users can update an existing task.
- Delete Todo: Users can delete a task from the list.
- Front-end: React, Tailwind CSS
- Back-end: Node.js, Express.js
- Database: MySQL
- Node.js
- MySQL
-
Clone the repository
git clone https://github.com/sulogna2001/task-tracker.git