fineanmol / Hacktoberfest2024

Make your first Pull Request on Hacktoberfest 2024. Don't forget to spread love and if you like give us a ⭐️
https://fineanmol.github.io/Hacktoberfest2024/
GNU General Public License v3.0
2.54k stars 8.04k forks source link

kanban-app #5454

Open Saurabh13042004 opened 1 year ago

Saurabh13042004 commented 1 year ago

Kanban Board App

Description

This is a Kanban Board application built using React.js and the React Draggable library. The Kanban board is a popular project management tool that helps you visualize and manage tasks in a workflow, typically organized into columns like "To Do," "In Progress," and "Done." This application allows you to create, update, and manage tasks in a Kanban board layout, making it a valuable tool for project management and task tracking.

Features

Installation

To run this Kanban Board application on your local machine, follow these steps:

  1. Clone this repository to your local machine using Git:
    
    git clone https://github.com/your-username/kanban-app.git
  2. Navigate to the project directory:
    
    cd kanban-app
  3. Install the required dependencies using npm (Node Package Manager):
    
    npm install
  4. Start the development server:
    
    npm start
  5. Open your web browser and go to http://localhost:3000 to access the Kanban Board application.

Usage

Customization

You can customize this Kanban Board application to fit your specific needs by modifying the code. Here are some ways to customize it: Customize the columns by editing the columns array in the App.js file. Adjust the styling and layout by modifying the CSS files in the src directory. Extend the functionality by adding new features or integrations.

Technologies Used

Contributing

Contributions to this project are welcome! If you have any ideas for improvements, bug fixes, or new features, please submit an issue or create a pull request.

License

This project is open-source and available under the MIT License.

Contact

If you have any questions or need assistance, you can contact the project maintainers at saurabh1258.be21@chitkarauniversity.edu.in

Happy task management with your Kanban Board App! 🚀

github-actions[bot] commented 1 year ago

@Saurabh13042004 Please Star ⭐️ the repo to earn "hacktober-accepted" label for the event. Meanwhile if you want to work on this issue, Please raise the PR and we will review and merge it.

RAJinaJAR commented 1 year ago

Hello there Saurabh! Im facing an error when trying to clone the project

remote: Repository not found.

Can you help me with it please? This would be my first open source contribution so would love to make the best out of it!