Skip to content

hphuocthanh/video-editor-fe

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

This is the frontend repository for a web-based video editing app that aims to generate short Ig-like reels. Backend repository: [TBU]

Getting Started

Install dependencies:

yarn

#or

npm install

Then, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Structure

app/interfaces: Store common typescript definitions for objects/classes used in the project app/edit: Edit reel page app/store: Zustand store to update canvas objects