Board Task Manager is a simple task management application built with Next.js and Tailwind CSS. It allows users to create, view, and manage tasks within a board.
- Create new tasks
- View task details in a pop-up modal
- Responsive design using Tailwind CSS
These instructions will help you set up and run the project on your local machine for development and testing purposes.
Ensure you have the following installed on your local machine:
- Node.js (v14.x or later)
- npm (v6.x or later) or yarn (v1.x or later)
-
Clone the repository:
git clone https://github.com/senolduyguuu/Case-Study cd board-task-manager