This project is an intuitive and functional task board that allows you to create, edit, delete, and mark tasks as completed. It is designed to efficiently manage your daily activities.
The primary purpose of this project is educational, demonstrating frontend development skills using the technologies mentioned in the TechStack section.
Clone the project
git clone https://github.com/DiegoT4l/dashboard-tasks.git
Go to the project directory
cd dashboard-tasks
Install dependencies
npm i
Start the server
npm start
To deploy this project run
npm run build