Typescript app for connecting notes written in markdown with tags
Info: The website allows users to create notes, create tags to label their notes and search notes by their given tags.
Description: This website uses Typescript and React on the front end with Material UI components.
Tech Stack: The app uses React for state management to allow users to create and edit their notes. The website also has a two search features to find notes by both their name and their given tags.
Users have full CRUD features for their notes as well as for the tags they use to keep their notes orgnized. Having the textbox for creating notes be able to take markdown notation is especially useful for long and complex notes.