This project is a task management application built using React.js, Node.js, Express.js, and MongoDB. It allows users to create boards and tasks, organize them into columns, and track their progress.
-
Clone the repository:
git clone https://github.com/AlexandreEadDev/Kanban.git
The client folder contains the frontend code for the application, built with React.js. It utilizes components, hooks, modals, and Redux for state management.
The server folder contains the backend code for the application, built using Node.js, Express.js, and MongoDB. It provides API endpoints for board and task management.
To run the server locally, follow the provided instructions in the server's and client's README.