Skip to content

AlexandreEadDev/Kanban

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 

Repository files navigation

Kanban

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.

Table of Contents

Installation

  1. Clone the repository:

    git clone https://github.com/AlexandreEadDev/Kanban.git
    

Client Folder

The client folder contains the frontend code for the application, built with React.js. It utilizes components, hooks, modals, and Redux for state management.

Server Folder

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.

Getting Started

To run the server locally, follow the provided instructions in the server's and client's README.