The frontend part of XJTLU-InfoCo-Dino-proj, used on Autumn Fresher's Fair, Sep. 4, 2024.
- Play dino with internal mods or execute your own js codes!
- A self-made macOS-styled integrated and emulated file picker.
- Basic window manager and file manager functions.
In order to run this project, you need to install the latest LTS version of Node.JS.
- Install dependencies
npm install
- Launch the Express Server
npm run start
- Open your browser and go to http://localhost:3000
-
Sortable.JS - Used in mod list window to create a sortable list.
-
macos_window_html_css - Used and modified for window styles.
-
monaco-editor - Used to empower the web editor windows.
-
material-design-icons - Used as icons in UI.
-
XJTLU-InfoCo-Dino-proj - Thanks to all the efforts of Infoco members in analyzing dino source codes and writting mods!