Skip to content

chihab1991/codeEditor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 

Repository files navigation

codeEditor

Welcome to the codeEditor Github repo.

Frontend

This folder contains all the code related to this web application's UI. The frontend is created using the React framework.

Backend

This folder contains all the code related to the backend structure and API, which we create using Node Js and Express Js.

Current Design

Large Device Medium Device Small Device Form img

Installation and Setup

  1. Clone the repository
git clone https://github.com/code-Atish/codeEditor.git
cd codeEditor
  1. Install required node packages:
cd frontend
npm install
  1. Start development server
npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.4%
  • Other 0.6%