Skip to content

VinayakaHegade/Trello-Board

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trello-Board

Customizable Kanban board like Task Manager

Demo

Trello-Board demo

Features

  • Add a task to the board
  • Drag-n-Drop cards and list
  • Update/Delete List and Cards
  • Persists Data

🛠 Technologies Used

  • React Js - Javascript library to create UI
  • react-beautiful-dnd - npm Package
  • Firebase - Backend-as-a-Service (Baas)
  • Material UI - React component library that implements Google's Material Design

Installation

In the project directory, you can run:

pnpm install

It will install all the necessary dependencies.

pnpm dev

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

pnpm 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!