Create a app having following functionality
- Add notes and view notes.
- Search from notes.
Instructions
- When you first land on your app, the screen should show "No Notes Found"
- There should be a Add button in bottom left corner. ( Use Floating Action button)
- On Clicking of add button, open a form to take input from the user i.e note title, and note description. There should be a save button on the form.
- Notes should be saved to localStorage so that on refreshing tab, it should not disappear.
Design Link - https://www.figma.com/file/bjrXp5FD3E2BmcxaZtaytw/Untitled?node-id=0%3A1
Concepts used
- Arrays properties like map & filter
- how to use form in react
- event click & handlers
Deadline - 15th Dec, 2020
You should not take more than 2 days to complete this project.