Skip to content

tomy08/react-project-organizer

Repository files navigation

Agile Flow - React Project Manager

This is a project management tool built with React, TypeScript, and Vite.

Installation

First, clone the repository:

git clone https://github.com/tomy08/react-project-organizer.git

Then, navigate into the project directory and install the dependencies:

cd react-project-organizer
npm install

Usage

To start the development server, run:

npm run dev