This is a note taking application made using React.js
Below are some screenshots that shows how the application looks like:
This is the initial look of the application

As soon as the textbox is clicked, it will expand and let the user to type in a title as well as the note.

After typing the note the user can click on the + button to create a new note.

The new note will be created right below

Multiple such notes can be created

Each note has a delete icon on the bottom right side, clicking on it will delete that note.

Try forking this repository and play with this application. Cheers!