Skip to content

wongtonyb/trello-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building a Trello Clone using React and GraphQL

This repository portrays a basic clone of the popular collaborative project management tool, Trello, using React and GraphQL.

Demo

demo

Features

  • Add/Delete Lists and Cards
  • Trello like Drag and Drop with React Smooth Dnd
  • Auto repositioning of Lists and Cards
  • Persistence positionings of Lists and Cards
  • GraphQL Subscriptions enabled for real time cross-user collaboration

Tech Stack

  • NodeJS
  • React
  • Apollo
  • Express
  • GraphQL
  • Mongoose
  • MongoDB

To Run the Application

Open two terminals

Terminal One

  cd server
  npm install
  node server

Terminal Two

  cd client
  npm install
  npm run start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published