Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.8 KB

README.md

File metadata and controls

43 lines (26 loc) · 1.8 KB

KCSOC Studio Logo

Introduction

Welcome to the official repository for KCSOC Studio.

This revolutionary tool will help you make professional, high-quality posters and trailers for your local KCSOC without you needing to have any photo/video editing skills whatsover! New features are planned to be added soon. Feel free to report any bugs/issues or create pull requests.

This project was built using ReactJS & Material-UI, and uses the following API's:

  • Dropbox API to get design files when creating posters using a tempalte
  • Pexels API to get video clips when creating trailers
  • Pixabay API to search for images when creating posters
  • Shotstack API to edit and render videos

Website Link

Check out the live version of KCSOC Studio at:

https://kcsocstudio.hershkat.dev

Screenshots

Landing Image Search Final Creation.

Building from source

If you want to build and run this project from source, you can download this repo and use these commands in the working directory:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.