Skip to content

signedbyme/react-retro-board

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Retro Board (demo app)

Application features

  • Create a new Retro Boards with Start, Stop and Continue columns
  • View previous Retro Boards
  • Add, edit and remove notes within a column
  • Sort notes via drag and drop
  • Chnages are saved to localstorage.

Running the app

npm install
npm start

The app will run on http://localhost:9000/

Tech stack

TODOs

  • CSS tidy up
  • Use CSS preprocessor
  • Swap out Boostrap for MaterialUI
  • Drag and drop, across columns
  • Add back-end Node API and MongoDB persistence
  • Allow multiple users to access the same Retro board
  • Add Websockets for realtime interaction
  • Add ability to up/down vote a note
  • Use https://github.com/facebookincubator/create-react-app
  • Server side rendering

About

A retro board demo app built with React & Redux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published