Git Product home page Git Product logo

mini-trello-front's Introduction

Mini Trello Front

This project is a simple Trello-like board built with React, Tailwind CSS, Apollo Client and react-beautiful-dnd.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Ensure you have the following installed on your local machine:

Installation & Running Locally

  1. Clone the repository:
git clone https://github.com/Serg-Kochkin/mini-trello-front.git
cd trello-clone
  1. Install project dependencies:
npm install
  1. Start the development server:
npm start

After running the above command, open your browser and navigate to http://localhost:3000.

How It Works (Frontend)

View

The main component that has a logic to view a UI part.

Board

The Board component that displays a series of Columns. Each list represents a collection of cards, similar to Trello.

Columns

These are columns that hold a set of cards. Examples include "To Do", "In Progress", and "Done".

Cards

Represent individual tasks. Users can drag and drop cards within a list or between different Columns.

Drag & Drop

Implemented using react-beautiful-dnd, this feature allows users to drag cards between and within Columns smoothly with intuitive animations.

Apollo Client

Apollo Client is a state management library that enables to management of both local and remote data with GraphQL.

mini-trello-front's People

Contributors

serg-kochkin avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.