Single page application in React for quick notes.
Description • Project setup • Features • How To Use • Project Status • Room for Improvement • License • Contact
SPA in React, TypeScript and Sass for quick notes. Create, edit, view and delete notes. While editing a note, user can create tags using the '#' symbol. When editing a note, all words that match the tags are highlighted.
- Clone this repo to your desktop and run
yarn
ornpm install
to install all the dependencies. - Once the dependencies are installed, you can run
yarn dev
ornpm dev
to start the application. - Enjoy.
- Filter notes by tag.
- JSON in-memory database.
- Using contenteditable textarea.
Run Live Demo
Project is: in progress
To do:
- Add popovers to button
Improvement:
- move from in-memory database to server
This project is open source and available under the MIT.
Created by @RimidalU - feel free to contact me!