Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iambijoykar/x-code

Simple code editor made with Tauri
https://github.com/iambijoykar/x-code

code-editor rust tauri typescript

Last synced: about 2 months ago
JSON representation

Simple code editor made with Tauri

Awesome Lists containing this project

README

        


x code logo

X Code



A code ediror for desktop written in Tauri + TS + React. It is a simple code editor inspired by Visual Studio Code.


## Technologies

- [Tauri](https://tauri.studio/)
- [React](https://reactjs.org/)
- [TypeScript](https://www.typescriptlang.org/)

## Features

- [x] Open files
- [x] Open Project
- [x] Save files
- [x] Create new files
- [x] Create new projects
- [x] Dark mode

## How to run

1. There is a `X Code_0.0.0_x64-setup.exe` setup exe file in the the `exe` folder. You can run this file to install the app on your computer.
2. There is a `msi\X Code_0.0.0_x64_en-US.msi` msi file in the the `msi` folder. You can run this file to install the app on your computer.
3. You can also run the app by cloning the repository and running the following commands:

```bash
# Clone the repository
git clone

# Go to the project directory
cd x-code

# Install dependencies
npm install

# Run the app
npm run tauri dev
```

## Screenshots


Screenshot 1
Screenshot 1
Screenshot 1

## Support the project

If you like this project, please consider supporting it by starring ⭐ the repository. Thank you!