Skip to content

anchalsahani/codewrite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Codewrite ✍️

GitHub Repo stars GitHub forks GitHub issues License

Codewrite is a web-based code editor and development tool designed to help developers write, preview, and manage code efficiently.
It delivers a highly interactive experience with live editing, syntax highlighting, and workflow-focused features.

πŸ”— Live Demo: https://codewrite-chi.vercel.app/ :contentReference[oaicite:1]{index=1}


✨ Key Features

  • πŸ–₯️ Interactive Code Editing – A clean editor interface that lets you write and edit code in real time.
  • ⚑ Live Preview (if enabled) – See your code results instantly (HTML/CSS/JS).
  • πŸ“‚ Project Organization – Easy file navigation through folders like public and src.
  • πŸ› οΈ Flexible & Lightweight – Minimal UI distractions, focused on productivity.

⭐ This is a versatile foundation β€” perfect for customization, learning, or building a full online IDE.


Codewrite/ β”œβ”€β”€ public/ # Static assets (images, icons, etc.) β”œβ”€β”€ src/ # Frontend source code β”‚ β”œβ”€β”€ components/ # UI components β”‚ β”œβ”€β”€ styles/ # CSS / styling β”‚ └── index.js # App entry point β”œβ”€β”€ .gitignore # Ignored files for Git β”œβ”€β”€ README.md # Project overview β”œβ”€β”€ package.json # Dependencies & scripts └── package-lock.json # Version lock for dependencies

You can expand this section later with more subfolders and details as your project grows.


🧠 Tech Stack

Technology Purpose
React Component-based UI
Vite / Webpack Fast bundling and development server
JavaScript (ES6+) Core language
CSS Styling and layout
Vercel Hosting & deployment

(Adjust if you’re using Next.js, TypeScript, Tailwind, etc.)


πŸš€ Getting Started (Local Setup)

Follow these steps to run Codewrite locally:

πŸ“Œ Prerequisites

Make sure you have the following installed:

  • Node.js (v16+)
  • npm or yarn

βš™οΈ Installation

git clone https://github.com/anchalsahani/codewrite.git
cd codewrite
npm install



## πŸ—‚ Repository Structure

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published