/trello-clone-client

A simplified Trello clone built with ReactJS and GraphQL in Typescript.

Primary LanguageTypeScript

TRELLO CLONE - CLIENT SIDE

  • For more information about the back-end, please check this.

Project Screen Shot(s)

The demo

Key Features

⚡️ Create personal boards

⚡️ Create boards by members or teams

⚡️ Drag cards between lists

Installation and Setup Instructions

  1. Clone down the trello-clone server repository
Installation:

`npm install`

To Start the server:

`npm run start`
  1. Clone down this repository. You will need node and npm installed globally on your machine.
Installation:

`npm install`

To Start App:

`npm run dev`

To Visit App:

`localhost:3000/`

Technologies used 🛠️

Authors