Skip to content

My first project for the Albany Can Code JavaScript Frameworks class.

Notifications You must be signed in to change notification settings

mjones12209/retro-board

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Retroboard App by Michael Jones

Instructions

To run the app use

"npm install && npm start"

This app has the following features

  • The ability to Drag and Drop each note from any column to any other column.
  • Add text to a note.
  • You can like or dislike a retrospective item and that state is stored and duplicated along with all other retrospective item data.
  • Move note from column to column via the ">" "<" buttons.
  • Delete a note with the "x" button.
  • Drag and Drop functionality was added to easily move retrospective items from one category to another.
  • The application will display which layout is being used automatically depending on the size of the viewport. It has been designed to work with mobile as well.
  • All user input is sanitized with DomPurify.
  • Textarea will auto-resize based on the amount of text in the retrospective item.

About

My first project for the Albany Can Code JavaScript Frameworks class.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published