Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/codemitrayt/blsheet

It's a web application offering project management tools, enabling users to manage tasks, issues, timelines, and more.
https://github.com/codemitrayt/blsheet

issues product-management reactjs tasks timeline

Last synced: 16 days ago
JSON representation

It's a web application offering project management tools, enabling users to manage tasks, issues, timelines, and more.

Awesome Lists containing this project

README

        

BL Sheet

BL Sheet is a project management and productivity tool designed to help individuals and teams manage tasks, projects, budgets, and more. Whether you're managing personal to-dos or handling complex team projects, BL Sheet offers an intuitive interface and robust features to keep everything organized.

Features



  • Project Management: Create, organize, and track your projects with ease.


  • To-Do List: Manage your tasks and to-do items to stay productive.


  • Budget Management: Keep track of project expenses and budgets.


  • Collaboration: Invite team members and collaborate in real-time.


  • Reports & Analytics: Generate detailed reports to monitor progress and project performance.

Website

Check out the live version of BL Sheet at https://blsheet.com/ for more details and features.

GitHub Repositories

Installation and Setup

Frontend (React.js)


  1. Clone the frontend repository:

  2. git clone https://github.com/codemitrayt/BLSheet.git

  3. Navigate into the project directory:

  4. cd BLSheet

  5. Add all the environment variables using .env.example file
  6. Install the dependencies:

  7. npm install

  8. Start the development server:

  9. npm run dev

    The application will be running at http://localhost:5501.


Backend (Node.js)

Please refer to the backend repository’s README for detailed setup instructions: BL Sheet Backend Repository

How to Contribute

We welcome contributions from the community! To contribute to BL Sheet, follow these steps:



  1. Fork the repository on GitHub.


  2. Clone your forked repository to your local machine:

  3. git clone https://github.com/your-username/BLSheet.git

  4. Create a new branch for your feature or bug fix:

  5. git checkout -b feature/your-feature-name


  6. Commit your changes:

  7. git commit -m "Add feature or fix description"


  8. Push your branch to your forked repository:

  9. git push origin feature/your-feature-name

  10. Open a Pull Request on the original repository and provide a detailed description of your changes.

Contribution Guidelines


  • Please ensure your code follows best practices and is well-documented.

  • Make sure your code passes all the existing tests and includes new tests for any new features.

  • Be respectful and considerate when reviewing and providing feedback on other contributors' pull requests.

License

This project is licensed under the MIT License. See the LICENSE file for details.