CleanNotes is a simple note-taking web application built using React, TypeScript, and Vite. It allows users to create, edit, and organize notes with a clean and minimal interface.
- Create and edit notes.
- Organize notes by tags.
- Markdown support using
remark-gfm. - Simple and clean UI.
- React: JavaScript library for building user interfaces.
- TypeScript: A statically typed superset of JavaScript.
- Vite: Fast build tool for modern web projects.
- TailwindCSS: Utility-first CSS framework.
- React Router: For client-side routing.
- Remark: Markdown processing with
remark-gfm