Skip to content

Trello Clone with a React/Redux front end and a NodeJS backend

Notifications You must be signed in to change notification settings

asaloff/react_redux_trello_clone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trello Clone using React/Redux

Built with a React frontend and a Node/Express backend API. For educational purposes only.

Djello Demo

Demo - (Hosted free on heroku and may be sleeping. Could take 30 seconds the first time to load)

Login using:

Technologies Used

  • Node.js
  • Express.js
  • ORM: Sequelize with Postgres
  • Bootstrap
  • React.js
  • Redux
  • react-router (Single page app)
  • Authentication with redux-react-session
  • SortableJS (for drag and drop)
  • react-sortablejs (Sortable package for React)
  • redux-thunk (for async requests to backend)

Usage

  • Lists can be dragged and put in the desired order.
  • Cards can be dragged within their lists or to other lists.
  • List names and card descriptions are edited in place.
  • Click on a card to view a modal with it's info.

Feel free to get in touch with any feedback or questions. aaronsaloff@gmail.com

About

Trello Clone with a React/Redux front end and a NodeJS backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 94.9%
  • CSS 4.1%
  • HTML 1.0%