A modern, responsive Kanban board application built with React, featuring a clean UI and comprehensive task management capabilities.
-
Intuitive Card Management
- Create and organize tasks across different columns
- Edit cards with a detailed modal interface
- Rich text editing for card descriptions
-
Label System
- Create and customize labels with color picker
- Edit labels in-place
- Quick label management with hover controls
-
Comprehensive Card Details
- Title and description
- Assignee tracking
- Due dates and creation timestamps
- Status management
- File attachments support
- GitHub issue integration
- Label organization
-
Modern UI/UX
- Clean, responsive design
- Modal-based card editing
- Smooth transitions and animations
- Hover states for interactive elements
- Node.js (v14 or higher)
- npm (v6 or higher)
-
Clone the repository:
git clone https://github.com/rubychilds/trello-project.git cd trello-project
-
Install dependencies:
npm install
-
Start the development server:
npm start
-
Open http://localhost:3000 to view the application in your browser.
-
Managing Cards
- Click on any card to open the detailed view
- Edit card details directly in the modal
- Save or cancel changes using the bottom buttons
-
Working with Labels
- Click "Add Label" to create a new label
- Click any existing label to edit its text
- Use the color picker to change label colors
- Hover over labels to see the delete option
-
Attachments
- Click "Add attachment" to upload files
- Supported formats: Images and PDFs
- View attachments directly in the card
-
Card Organization
- Set card status to move between columns
- Assign team members to cards
- Set due dates for task tracking
- Link GitHub issues for reference
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
Note: this is a one-way operation. Once you eject
, you can't go back!
If you aren't satisfied with the build tool and configuration choices, you can eject
at any time. This command will remove the single build dependency from your project.
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject
will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.
You don't have to ever use eject
. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.
This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting
This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size
This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app
This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- Built with Create React App
- UI components styled with Tailwind CSS
- Icons from Heroicons