/notes

Simple notes app created in React https://mateuszrostkowski.github.io/notes/

Primary LanguageTypeScript

Notes App Live Preview

It's a simple notes app created with react

Preview

Installation

To run it in local environment follow these steps:

  1. Clone/Download the code from this repository
git clone https://github.com/MateuszRostkowski/notes.git
  1. Install dependencies
cd notes
yarn install
  1. 🚀 Launch Project
yarn start

TODO

  • Refactor:
    • Finish Notes Provider
    • Create screens folder
    • Prevent rerendering of components - useMemo, useCallback, memo
    • Move renders from map functions to small components
  • add some toast package
  • implement messaging system
  • Finish designs
  • Implement designs
  • Write some tests
  • Add some simple BE - maybe firebase or something else