Skip to content

KyeBuff/react-trello-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trello Clone App

A Trello-like app using React/Redux and modern JavaScript syntax which can be viewed online here.

Inspired by this post.

The app allows you to create boards, that contain lists. Each list has a number of 'todos'. You can toggle each tasks complete status.

You can create an infinite number of boards, with an infinite number of lists.

Achievements

This is the first time I had built a React/Redux without Immutable. Using ES6 syntax, state is updated without mutation.

Getting Started

The app can be installed by cloning the Git repository and running 'npm install' in the project directory. Once all packages are installed, you can run 'npm start' to run the app in localhost.

Prerequisites

You will need to have NPM installed.

Built With

React Redux ES6 immutable methods syntax

About

A Trello-like app using React/Redux and modern JavaScript syntax.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published