/PayNotes

A dummy notes app showcasing how using react, redux along with service worker (workbox tool from google), one can enhance the performance of the web application

Primary LanguageJavaScript

PayNotes

A dummy app showcasing how using react, redux along with service worker (workbox tool from google), one can enhance the performance of the web application

About

PayNotes is an application, where a user can view, edit and create notes.

Features

  • Dynamic routing with next-router.
  • State management with redux
  • Styling with SASS and render using styled-jsx
  • Unit testing with jest
  • Linting with standard
  • Immutable.js and more...

Getting started

use node 10.13.0 or greater
git clone https://github.com/talentedandrew/PayNotes my-project
cd my-project
yarn install
yarn run build
yarn run serve

Then open http://localhost:3100/ to see your app.