Code Monkey home page Code Monkey logo

pro-kriyam's Introduction

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

pro-kriyam's People

Contributors

dipanjanpanja6 avatar avishekjana avatar avishek-geogo avatar kanjilal1122 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.