Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.03 KB

README.md

File metadata and controls

31 lines (19 loc) · 1.03 KB

Mini Project - 4 ( Notes App)

Description

Create a app having following functionality

  • Add notes and view notes.
  • Search from notes.

Instructions


  1. When you first land on your app, the screen should show "No Notes Found"
  2. There should be a Add button in bottom left corner. ( Use Floating Action button)
  3. 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.
  4. 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.