Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/codemitrayt/blsheet
- Owner: codemitrayt
- License: mit
- Created: 2024-08-17T17:23:49.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-26T13:34:33.000Z (17 days ago)
- Last Synced: 2024-10-26T16:41:30.605Z (17 days ago)
- Topics: issues, product-management, reactjs, tasks, timeline
- Language: TypeScript
- Homepage: https://blsheet.com
- Size: 982 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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
-
Frontend (React.js): BL Sheet Frontend GitHub Repository -
Backend (Node.js): BL Sheet Backend GitHub Repository
Installation and Setup
Frontend (React.js)
- Clone the frontend repository:
- Navigate into the project directory:
- Add all the environment variables using .env.example file
- Install the dependencies:
- Start the development server:
git clone https://github.com/codemitrayt/BLSheet.git
cd BLSheet
npm install
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:
-
Fork the repository on GitHub. -
Clone your forked repository to your local machine: - Create a new branch for your feature or bug fix:
-
Commit your changes: -
Push your branch to your forked repository: - Open a Pull Request on the original repository and provide a detailed description of your changes.
git clone https://github.com/your-username/BLSheet.git
git checkout -b feature/your-feature-name
git commit -m "Add feature or fix description"
git push origin feature/your-feature-name
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.