Skip to content

abevalle/reversegif.com

Repository files navigation

Vercel

🔄 reversegif.com

This NextJS application is a learning experience for me and a terrible financial decision, lol. This document will walk you through the project, features, and setup instructions.

Features

  • Upload and process GIF files to reverse their playback.
  • Use FFmpeg WASM to preform video processing locally in the browser.
  • Easy to use UI
  • Preview your reversed GIF in realtime

Prerequisites 📋

Before you embark on the ReverseGIF.com Next.js web app adventure, let's make sure you have the following prerequisites covered:

  • Node.js (version 12 or higher) 📦
  • Yarn or NPM 📥

Setup Instructions 🛠️

To set up the ReverseGIF.com Next.js web app on your local machine, follow these GIFtastic steps:

  1. Clone the repository:
git clone git@github.com:abevalle/reversegif.com.git
  1. Navigate to the project directory:
cd reversegif.com
  1. Install the project dependencies:
yarn install
  1. Build the project:
yarn build
  1. Start the development server:
yarn dev

Open your web browser and visit http://localhost:3000 to embark on your reversegIF journey! 🚀🌐