Built an affinity map web-app using entirely react and redux. This app can be used for creating and managing notes for assisting day-to-day collaboration.
Link to deployed website: https://affinitymap.herokuapp.com/
- Adding new notes (With bucket-name and description)
- Editing existing notes
- Sorting notes according to bucket-name (lexicographic order)
- Filtering notes according to bucket-name
- Grouping notes according to bucket-name
- Responsiveness
- Install yarn and npm in your local environment
yarn run dev-server