Skip to content

markdown to whatever you read as my first project to get a bit more understanding in html, css and js

Notifications You must be signed in to change notification settings

amdkits/markdownbaby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project Structure

.
├── index.html
├── js
│   ├── main.js
│   └── parsed
│       ├── blocks.js
│       ├── index.js
│       └── inline.js
├── README.md
└── style.css

This project is a browser-based Markdown editor built with HTML, CSS, and JavaScript. At least a basic implementation of it

  1. Clone my repo:

    git clone https://github.com/your-username/markdowneditor.git
  2. Navigate into the project folder:

    cd markdowneditor
  3. Do Not Open index.html in your browser:

    • Run a local server (recommended for development)

Option 2: Run with a Local Server

If you have Python installed:

python -m http.server 8000

Then open:

http://localhost:8000

If you use Node:

npx serve .

About

markdown to whatever you read as my first project to get a bit more understanding in html, css and js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published