Skip to content

An interactive web app built with React, designed to mimic the functionality of 'Trello'

License

Notifications You must be signed in to change notification settings

eduardotakemura/trello-like-page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trello-like page

A task management app built with React.js to mimic the core functionalities of Trello, enabling users to organize projects through boards, lists, and cards.

Table of Contents

  1. Overview
  2. Installation
  3. Usage
  4. Features
  5. Contributing
  6. License

Overview

This project replicates Trello's core features, allowing users to create boards, add lists within boards, and create draggable cards within lists. The app is useful for task management and team collaboration, helping users keep track of tasks and progress in a visual and organized manner.

Installation

To install the project locally, follow these steps:

# Clone this repository
$ git clone https://github.com/eduardotakemura/trello-like-page.git

# Go into the repository
$ cd trello-like-page

# Install dependencies
$ npm install   # For Node.js projects

Usage

Once installed, you can run the app locally by following these commands:

# Start the application
$ npm start

# To run the script to build and deploy the app using GitHub:
$ npm run deploy

Features

  • Board Management: Create and manage multiple boards to categorize projects.
  • List Management: Add lists to each board, representing various task stages.
  • Card Management: Create, update, and drag-and-drop cards between lists.
  • Task Progress Tracking: Visually manage the progress of tasks across different boards and lists.

Contributing

Contributions are welcome! Please read the contributing guidelines first.

  1. Fork the repo
  2. Create a new branch (git checkout -b feature/feature-name)
  3. Commit your changes (git commit -m 'Add some feature')
  4. Push to the branch (git push origin feature/feature-name)
  5. Open a pull request

License

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

About

An interactive web app built with React, designed to mimic the functionality of 'Trello'

Topics

Resources

License

Stars

Watchers

Forks