Skip to content

Someshwar28Mishra/CodeEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Editor

This is a minimal yet powerful Code Editor built using React, Chakra UI, and Vite. It provides a seamless and efficient environment for coding, featuring hot module replacement (HMR) for a smooth development experience.

Features

  • Chakra UI: Provides a modern and accessible UI with customizable components.
  • React with Vite: Ensures fast build times and efficient HMR.
  • ESLint Rules: Helps maintain clean and optimized code.
  • Fast Refresh: Uses SWC/Babel for instant feedback during development.
  • Supports Multiple Languages: JavaScript, TypeScript, Java, Python, C#, PHP.
  • Live Deployment: Hosted on Render for easy access.

Installation

Clone the repository and navigate to the project directory:

git clone <repository-url>
cd code-editor

Install dependencies:

npm install

Start the development server:

npm run dev

Deployment

The project is live at: Code Editor

Available Scripts

  • npm run dev – Runs the development server.
  • npm run build – Builds the project for production.
  • npm run preview – Serves the production build locally.
  • npm run lint – Lints the project files.

Technologies Used

  • React – Frontend framework
  • Chakra UI – UI components
  • Vite – Build tool
  • SWC/Babel – Fast Refresh for development
  • ESLint – Linting and code quality
  • Render – Deployment platform

Contributing

Feel free to fork the repository and submit pull requests with improvements.

About

React js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors