Isaac-alencar / react-challenge-notes

0 stars 0 forks source link

Challenge React

Notes app

Implement the following features on the application

Each note must have a title, content;

Layout

You need to follow this layout.

mock

Obs: To edit a note, you’ll add an icon in each note, once its clicked, will replace the add note form to edit note form

Please, use javascript to build this project