Skip to content

pavitpim40/vscode-clone

Repository files navigation


Logo

VS-CODE Clone : Online IDE

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. License
  6. Contact
  7. Acknowledgments

About The Project

Product Name Screen Shot

ในระยะสั้น : โปรเจกค์นี้ทำขึ้นมาเพื่อศึกษาวิธีการสร้าง Online IDE ให้เหมือนกับ vs-code

ในระยะยาว :

  • ต้องการทำระบบตรวจงานอัติโนมัติ (JS Problem)
  • สามารถ Review Code ผ่าน Platform ได้
  • สามารถ Coding ใน Session เดียวกันได้

(back to top)

Built With

  • React + TypeScript
  • Authenticate : Auth0
  • State Management : Redux (Toolkit,Thunk,Persist)
  • Router : React router dom v6
  • UI : MUI + styled-component
  • Editor : Monaco Editor

(back to top)

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
    npm install npm@latest -g

Installation

Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.

  1. Get a free API Key at https://example.com
  2. Clone the repo
    git clone https://github.com/your_username_/Project-Name.git
  3. Install NPM packages
    npm install
  4. Enter your API in config.js
    const API_KEY = 'ENTER YOUR API';

(back to top)

Usage

Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.

For more examples, please refer to the Documentation

(back to top)

Roadmap

  • create vscode clone
  • เขียน Readme ให้ครบ
  • github login for access repo
  • connect with real github repository
  • can using git command to interact with github

See the open issues for a full list of proposed features (and known issues).

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Pavit PimChanagul - [email protected]
Project Link: https://github.com/pavitpim40/vscode-clone

(back to top)

Acknowledgments

Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!

(back to top)