Skip to content

A easy to use project management system built using React, and under the hood it uses Redmine

Notifications You must be signed in to change notification settings

geogo-in/pro-kriyam

Repository files navigation

pro-kriyam

A easy to use project management system built using React, and under the hood it uses Redmine

Technologies Used

  1. React.js
  2. Vite.js
  3. Redux-Toolkit
  4. MUI

Installation

  1. Clone the repository: git clone [repository URL]
  2. Navigate to the project directory: cd [project directory]
  3. Install dependencies: npm install
  4. Rename the .env.example file to .env.development if you're working in a development environment, or .env.production if you're working in a production environment.
  5. Open the renamed .env file and update the API endpoints with the appropriate values for your environment.

Firebase setup

To integrate Firebase into your React project, follow these steps:

  1. Create a Firebase project:

    • Go to the Firebase Console and create a new project.
  2. Set up a Firebase web app:

    • In the Firebase project dashboard, click on "Add app" and select the web platform.
    • Register your app by providing a name for your web app.
    • Firebase will generate a configuration object with your app's credentials.
    • Copy the configuration object.
  3. Add the Firebase configuration to this project:

Firebase Cloud Messaging (FCM) Setup

To enable Firebase Cloud Messaging in your React project, follow these steps:

  1. Set up Firebase:

    • If you haven't already, create a Firebase project in the Firebase Console.

    • Follow the previous instructions to set up a Firebase web app and obtain the necessary configuration values.

  2. Enable Firebase Cloud Messaging:

    • In the Firebase project dashboard, go to the "Cloud Messaging" section.
    • Click on "Set up Firebase Cloud Messaging" and follow the instructions to enable FCM for your project.
    • Retrieve the Server Key or Legacy Server Key from the "Cloud Messaging" tab.
  3. Copy web push certificate key & update the .env file VITE_PUSH_NOTIFICATION_CERT_KEY value

Build & Deploy

Use docker to build and deploy.

  1. Run this command

    docker-compose --env-file .env.production up --build

Components

snackbar

You can pass title as header of the snackbar

enqueueSnackbar("This is a message!", { title: "This is a title" /*...other_params*/ })

Usage

  1. Start the development server: npm start
  2. Open the application in your browser at http://localhost:5173

Contributing

Contributions are welcome! If you'd like to contribute to Pro Kriyam, please follow these steps:

  1. Fork the repository
  2. Create a new branch: git checkout -b my-new-branch
  3. Make your changes and commit them: git commit -am 'Add some feature'
  4. Push the changes to your branch: git push origin my-new-branch
  5. Submit a pull request

About

A easy to use project management system built using React, and under the hood it uses Redmine

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages