rajprajapati2001/README.md-Creator

no-code & real-time markdown editor, synchronized preview, and a virtual workspace. Built with a 3-pane layout, customizable block kits, and an extensive badge library to make README writing fast and interactive.

0

stars

5

commits

TypeScript

primary language

Aug 8, 2026

updated

readme-md-creator.vercel.app

README

README.md Creator

This is a README file creator designed for users who want to produce strong project documentation without writing raw markdown manually. It provides easy insertion tools, workspace simulation, live preview, and convenient export options so feedback and content can be crafted with minimal effort.

🌐Live Demo: https://readme-md-creator.vercel.app/

README.md React Vite TypeScript Docker TailwindCSS

Screenshot

readme-md-full-screenshot.jpg

πŸ§‘πŸ»β€πŸ’» Tech Used

  • React
  • TypeScript
  • Vite
  • Tailwind-style CSS classes
  • react-markdown
  • remark-gfm
  • rehype-raw

πŸ“‚ System Project Structure

Here is a visual map of the files in this simulated repository:

my-awesome-project/
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ data/
β”‚   β”‚   β”œβ”€β”€ badges.ts
β”‚   β”‚   └── templates.ts
β”‚   β”œβ”€β”€ App.tsx
β”‚   β”œβ”€β”€ index.css
β”‚   β”œβ”€β”€ main.tsx
β”‚   └── types.ts
β”œβ”€β”€ public/
β”‚   β”œβ”€β”€ assets/
β”‚   β”‚   β”œβ”€β”€ favicon.png
β”‚   β”‚   β”œβ”€β”€ horizontal-bar.svg
β”‚   β”‚   β”œβ”€β”€ List_of_Badge_Library.txt
β”‚   β”‚   β”œβ”€β”€ readme-icon-nobg.svg
β”‚   β”‚   └── readme-icon.svg
β”‚   └── favicon.png
β”œβ”€β”€ .dockerignore
β”œβ”€β”€ docker-compose.yml
β”œβ”€β”€ Dockerfile
β”œβ”€β”€ index.html
β”œβ”€β”€ metadata.json
β”œβ”€β”€ package.json
β”œβ”€β”€ README.md
β”œβ”€β”€ server.ts
β”œβ”€β”€ tsconfig.json
└── vite.config.ts

πŸ› οΈ Installation

  1. Clone the repository:
git clone https://github.com/rajprajapati2001/README.md-Creator.git
cd README.md-Creator
  1. Install dependencies:
npm install
  1. Start the development server:
npm run dev
  1. Open the app in your browser at the address localhost:3000.

🐳 Docker Setup

Using Docker Compose, includes a docker-compose.yml file, you can spin up the entire stack with a single command.

  1. Start the containers:
docker compose up
  1. Stop and remove the containers:
docker compose down
  1. Remove Images:
docker images -a
docker rmi <image-ID>

πŸ“œ License & Citation

This project is available under the MIT License.

ℹ️ About

Dev: Raj Prajapati + Devendra Chauhan on 24th June 2026

Contributors

rajprajapati2001/README.md-Creator

no-code & real-time markdown editor, synchronized preview, and a virtual workspace. Built with a 3-pane layout, customizable block kits, and an extensive badge library to make README writing fast and interactive.

0

stars

5

commits

TypeScript

primary language

Aug 8, 2026

updated

readme-md-creator.vercel.app

README

README.md Creator

This is a README file creator designed for users who want to produce strong project documentation without writing raw markdown manually. It provides easy insertion tools, workspace simulation, live preview, and convenient export options so feedback and content can be crafted with minimal effort.

🌐Live Demo: https://readme-md-creator.vercel.app/

README.md React Vite TypeScript Docker TailwindCSS

Screenshot

readme-md-full-screenshot.jpg

πŸ§‘πŸ»β€πŸ’» Tech Used

  • React
  • TypeScript
  • Vite
  • Tailwind-style CSS classes
  • react-markdown
  • remark-gfm
  • rehype-raw

πŸ“‚ System Project Structure

Here is a visual map of the files in this simulated repository:

my-awesome-project/
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ data/
β”‚   β”‚   β”œβ”€β”€ badges.ts
β”‚   β”‚   └── templates.ts
β”‚   β”œβ”€β”€ App.tsx
β”‚   β”œβ”€β”€ index.css
β”‚   β”œβ”€β”€ main.tsx
β”‚   └── types.ts
β”œβ”€β”€ public/
β”‚   β”œβ”€β”€ assets/
β”‚   β”‚   β”œβ”€β”€ favicon.png
β”‚   β”‚   β”œβ”€β”€ horizontal-bar.svg
β”‚   β”‚   β”œβ”€β”€ List_of_Badge_Library.txt
β”‚   β”‚   β”œβ”€β”€ readme-icon-nobg.svg
β”‚   β”‚   └── readme-icon.svg
β”‚   └── favicon.png
β”œβ”€β”€ .dockerignore
β”œβ”€β”€ docker-compose.yml
β”œβ”€β”€ Dockerfile
β”œβ”€β”€ index.html
β”œβ”€β”€ metadata.json
β”œβ”€β”€ package.json
β”œβ”€β”€ README.md
β”œβ”€β”€ server.ts
β”œβ”€β”€ tsconfig.json
└── vite.config.ts

πŸ› οΈ Installation

  1. Clone the repository:
git clone https://github.com/rajprajapati2001/README.md-Creator.git
cd README.md-Creator
  1. Install dependencies:
npm install
  1. Start the development server:
npm run dev
  1. Open the app in your browser at the address localhost:3000.

🐳 Docker Setup

Using Docker Compose, includes a docker-compose.yml file, you can spin up the entire stack with a single command.

  1. Start the containers:
docker compose up
  1. Stop and remove the containers:
docker compose down
  1. Remove Images:
docker images -a
docker rmi <image-ID>

πŸ“œ License & Citation

This project is available under the MIT License.

ℹ️ About

Dev: Raj Prajapati + Devendra Chauhan on 24th June 2026

Contributors

Languages

TypeScript

97.6%

CSS

1.8%