Skip to content

A note app supporting markdown syntax, caching, tagging, and search.

Notifications You must be signed in to change notification settings

Sina-Hgs/typescript-notes-app

Repository files navigation

Typescript Notes App (with Markdown support)

Made with:

Typescript, React, react-router, bootstrap(react-bootstrap), a custum hook, react markdown, react select, uuid, vite, ...

Screenshot (410)

About

This is a notes app which supports markdown syntax. The user can add, delete, update, notes and their tags to this app. The user's data is cached in their browser. There's also a search functionality to search/filter notes based on their title and tags. I was mainly focused on the functonality of the app and decided to only use a minimal style made with bootstrap (at least for now).

The routing of the page was doen with react router.

The caching is done using a custom hook.