This repository is the frontend of project Enginimate which aims to solve the problem of generating accurate animated videos from just the prompt.
Checkout the website: https://enginimate.vercel.app/
Link to backend repository: https://github.com/MSVelan/enginimate
Link to software design document: https://msvelan.netlify.app/p/design-document-enginimate/
-
Tech stack: Figma, NextJS and Tailwind CSS for SSR and responsive design layouts catering to mobile, tablet and laptop/desktops.
-
Added mini game until the completion of entire backend workflow (takes about 20-40 minutes depending on the difficulty level of the query).
-
Checkout the UI layouts designed in Figma: Images. Figma link: Link
Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.