Skip to content

Lekanjoy/ProManager

Repository files navigation

ProManager

ProManager is a project management tool designed to help teams plan, track, and manage their work effectively. This repository contains the source code and necessary configuration files to set up and run the application.

Table of Contents

Features

  • Task management
  • Team collaboration
  • Project tracking
  • Drag and drop functionality
  • Real-time updates

Installation

To get started with ProManager, follow these steps:

  1. Clone the repository:

    git clone https://github.com/Lekanjoy/ProManager.git
    cd ProManager
  2. Install the dependencies:

    npm install
  3. Set up the environment variables:

    Create a .env file in the root directory and add your environment variables as needed.

  4. Run the development server:

    npm run dev

Usage

After installing the dependencies and starting the development server, you can access the application at http://localhost:3000.

Available Scripts

  • npm run dev: Starts the development server.
  • npm run build: Builds the application for production.
  • npm run test: Runs the test suite.

Running Tests

To run the tests, use the following command:

npm test

Contributing

We welcome contributions to ProManager! To contribute, follow these steps:

  • Fork the repository.
  • Create a new branch with a descriptive name.
  • Make your changes.
  • Open a pull request with a detailed description of your changes.

License

This project is licensed under the MIT License.

Authors

Olalekan Alabi