Notes App Live Preview
It's a simple notes app created with react
To run it in local environment follow these steps:
- Clone/Download the code from this repository
git clone https://github.com/MateuszRostkowski/notes.git
- Install dependencies
cd notes
yarn install
- 🚀 Launch Project
yarn start
- 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