Because you can never have too unique of a name...
This is a basic note taking app built in react typescript. A single user can create, view, edit, and delete basic notes. The state management is handled using React’s Context API. The persistent data is stored using localStorage.
(any stylish resemblance to Notion or Bear's notetaking app is strictly coincidental 😉)
git clone https://github.com/Tumne/notlyficationr.git
cd notlyficationr
yarn
yarn start
Open http://localhost:3000 in browser
- React - The JS framework used
- React Context API - Utilizing a consumer/provider model with hooks
- Typescript - Strictly typed javascript
- React-Tooltip - Cool tooltip library.
- Styled Components - Visual primitives for the component age.
- Styled Icons - Imported Icon packs used as styled components
- Nikhil Tumne - Developers Developers Developers - Freshly Grazed
This project is licensed under the MIT License - see the LICENSE.md file for details