/Trello-Clone-Challenge

A simple Trello clone I developed in 2 hours for the purpose of practicing coding home tests.

Primary LanguageJavaScript

Trello Clone - Coding Challenge

(Coded and delivered in 2h)

A SPA front-end clone of Trello with the dragging feature enabled in React and SASS.

Description

Trello Clone is a fully functioning task management Web App. The App supports personal Task Boards, allowing simple and organized task tracking that separates overarching goals or topics from specific tasks. Trello Clone has both a minimal and clean UI that promotes well organized tasking.

Features

UI written in modern React, using ES6 principles and functional components with React Hooks

Styles managed with SASS.

Bootstrapped with create-react-app

alt text

Installation

Clone this repository https://github.com/Zoe-0925/Trello-Clone-Challenge.git

Run npm install in react-frontend to install dependencies

Run npm start to spin API and Frotend servers

The web application will be running on http://localhost:3000