GridCrum is a project management tool designed to facilitate the implementation of the Scrum methodology, focusing on a visual approach using grids for better organization and tracking. This software, developed with Next.js, combines the simplicity of the Scrum agile methodology with an intuitive grid-based interface for effective and visual project management.
-
Scrum Methodology: Adopts agile Scrum practices for planning, tracking, and collaborating on software development projects.
-
Visual Management with Grids: Utilizes grids to represent tasks, user stories, sprints, and more, providing a clear and organized view of project progress.
-
Intuitive Interface: Designed to be user-friendly, encouraging collaboration among team members and enabling quick adaptation to the Scrum methodology.
- Node.js: Ensure you have Node.js installed on your machine.
-
Clone the Repository:
git clone https://github.com/your-username/GridCrum.git
-
Navigate to the Project Directory:
cd GridCrum
-
Install Dependencies:
npm install
Make sure to correctly set any necessary environment variables in a .env
file at the root of the project.
npm run dev
The application will be available at http://localhost:3000. Open your browser and access this URL to start using GridCrum.
- Access the application in your browser.
- Register or log in with your account.
- Create a new project and start organizing your tasks and sprints using the grids.
If you want to contribute to the development of GridCrum, please follow these steps:
- Fork the repository.
- Create a branch for your feature or bug fix:
git checkout -b branch-name
. - Make your changes and commit:
git commit -m "Description of changes"
. - Push to your branch:
git push origin branch-name
. - Open a Pull Request on GitHub, if you can add a picture of the changes that will be better.
If you encounter any issues or need assistance, please open an issue on the GitHub repository.
This project is licensed under the MIT License - see the LICENSE file for details.