/react-notes

A basic note taking app

Primary LanguageJavaScript

React-Notes

A very simple note taking app, built with:

  • React
  • Redux
  • Immutable
  • React-Router
  • React-Bootstrap
  • ES6
  • Webpack

You can create, edit and delete notes, persistence is handled with localstorage. No validation because I got bored.

To run use:

npm install
npm start