Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thetrancemachine/composition-book-demo

Composition Book - A simple code editor with a file explorer and a pane manager
https://github.com/thetrancemachine/composition-book-demo

Last synced: about 11 hours ago
JSON representation

Composition Book - A simple code editor with a file explorer and a pane manager

Awesome Lists containing this project

README

        

# Composition Book (demo)
A simple code editor with a file explorer and a pane manager

## Features

- File Manager:
- context menu
- create files/directories
- delete files/directories
- move (drag&drop) files/directories
- Panes
- create horizontal panes
- create vertical panes
- resize panes
- view in fullscreen
- Tabs
- moveable tabs between panes
- File editor
- Monaco Editor

## Major Libraries used

- [monaco-editor/react](https://github.com/suren-atoyan/monaco-react#readme)
- [radix-ui](https://www.radix-ui.com/primitives)
- [reduxjs/toolkit](https://redux-toolkit.js.org)
- [next](https://nextjs.org)
- [react](https://react.dev/)
- [react-resizable-panels](https://github.com/bvaughn/react-resizable-panels#readme)
- [react-sortablejs](https://github.com/SortableJS/react-sortablejs#readme)

-------

This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).

## Getting Started

First, run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.