Skip to content

rubychilds/trello-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trello-like Kanban Board

A modern, responsive Kanban board application built with React, featuring a clean UI and comprehensive task management capabilities.

Features

  • 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

Getting Started

Prerequisites

  • Node.js (v14 or higher)
  • npm (v6 or higher)

Installation

  1. Clone the repository:

    git clone https://github.com/rubychilds/trello-project.git
    cd trello-project
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm start
  4. Open http://localhost:3000 to view the application in your browser.

Usage

  1. 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
  2. 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
  3. Attachments

    • Click "Add attachment" to upload files
    • Supported formats: Images and PDFs
    • View attachments directly in the card
  4. 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

Available Scripts

In the project directory, you can run:

npm start

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.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

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.

npm run eject

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.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

npm run build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

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

Acknowledgments

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published