Skip to content

Latest commit

 

History

History
74 lines (48 loc) · 1.88 KB

README.md

File metadata and controls

74 lines (48 loc) · 1.88 KB

Markdown Notes 🌷

Table of Contents 🌺

Description

From Web Dev Simplified - YouTube || Web Dev Simplified - GitHub || Web Dev Simplified

A Note-Taker w Markdown Support; Filter by Tag / Title 🔜 un-bundled, un-built

Installation

git clone https://github.com/SJROHRXD/MarkdownNotes.git

$ npm i
$ npm run dev

Usage

  • navigate to hosted site
  • Search by Title or Tags
  • Create a new Note
  • enter Title, enter Tag(s)
  • the Body supports Markdown
  • Save your Note
  • Edit your Note or Tags
  • Tags can be emojis 🧷

Tech

TypeScript

React

React-router-dom

React-bootstrap

Vite

🍒 Return to Top

Licensing

Refer to ✨ this ✨ !

This README was generated with 🌼🌿🌷 and 🤍 by SJROHRXD


FUTURE 🚀

To Update:

  • Fix weird squishy buttons under body
  • Add ~ banner ~ or idk something for "Notes" header
  • Preview body in cards
  • "Delete" warning?
  • Make note creation more intuitive
  • Stylize
  • Modularize

🍒 Return to Top