Skip to content

NovaBam123/markedIT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Markedit Notes - 2026 Edition

Markedit Notes is a lightweight, high-performance web-based note-taking application built with the React ecosystem. Designed for productivity, it offers seamless Markdown integration and robust data management for modern developers and students.


✨ Key Features

  • Markdown Centric: Write notes using Markdown syntax and render them instantly with a clean, professional look.
  • Responsive UI/UX: Fully optimized for both Mobile and Desktop views with a sleek Dark/Light theme toggle.
  • Advanced Export System:
    • Global Backup: Export your entire database into a single .json file for safe-keeping.
    • Single Note Export: Download individual notes as standalone .md (Markdown) files.
  • Smart Search Engine: Instant filtering based on titles and content keywords.
  • Reliable Data Persistence: Powered by localStorage to ensure your data stays intact even after a browser refresh.
  • Clean Architecture: Modular component structure designed for scalability and easy maintenance.

🛠️ Tech Stack

  • **Markdown Engine: * Marked (High-speed Markdown compiler)
  • **SimpleMDE (Beautiful & intuitive Markdown editor)
  • Frontend Library: React.js (Vite-powered)
  • Styling Framework: Bootstrap 5 & Custom CSS3
  • Iconography: Lucide React
  • Hosting/Deployment: Netlify

📁 Project Structure

markedIT/
├── src/
│   ├── components/
│   │   ├── Cards/           # Note Card management & Search logic
│   │   ├── Note_Details/    # Detail view & Single-file export
│   │   ├── Y_Navbar/        # Navigation, Themes & Global actions
│   │   └── Modal/           # Note & Category entry forms
│   ├── Utils/               # Helper functions (Time, Initial Data)
│   ├── App.jsx              # Core Logic & Global State
│   └── main.jsx
└── public/
Clone the repository:
Bash
## 🚀 Getting Started
1. **Clone the repository:**
   ```bash
   git clone [https://github.com/NovaBam123/markedit-notes.git](https://github.com/NovaBam123/markedit-notes.git)
   ```bash
   npm install
   ```bash
   npm run dev

NovaNov Self-taught developer specializing in the React Ecosystem and Agricultural Technology Solutions.
Generated by Markedit Notes - © 2026

About

Minimalist Markdown editor for React developers. Fast, responsive, and export-ready.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors