Noter is a minimal React app which allows the user to create, edit and remove notes.
It does not require React package to be installed locally nor does it require npm server. Simply open the index.html file and you are good to go. All the required dependencies are in 'js' folder.
master branch - Run completely locally (No Internet required), but the notes are not persistent.
firebase-integrated branch - Integrated with Firebase's RealTime Database and uses Firebase Hosting to host it here. It also has some features of Progressive Web Apps.
It's written in the ES5 React Syntax.
By the way, this is my first React App.