Skip to content

Instantly share code, notes, and snippets.

View Hustada's full-sized avatar
💭
Building Things

Hustada Hustada

💭
Building Things
  • Lincoln Nebraska
View GitHub Profile
@Hustada
Hustada / Draft-1-2-2026--12-50-39-PM.json
Created January 2, 2026 19:56
Creatomate Template: Draft 1/2/2026, 12:50:39 PM
{
"output_format": "mp4",
"width": 1080,
"height": 1920,
"duration": 12,
"frame_rate": 30,
"fill_color": "#1E3A8A",
"elements": [
{
"id": "progress-bar",
@Hustada
Hustada / test-template.json
Created January 2, 2026 19:55
Creatomate Template: test-template
{
"test": true
}
@Hustada
Hustada / test-template.json
Created January 2, 2026 19:53
Creatomate Template: test-template
{
"test": true
}
@Hustada
Hustada / just-wrapped-carousel.json
Created January 2, 2026 18:58
Creatomate template: Just Wrapped Carousel - Trusted Pro palette
@Hustada
Hustada / App.js
Created December 26, 2023 12:26
Journal Of Nowledge(Satirical Scientific Journal)
import React from 'react';
import { Grid, Typography } from '@mui/material';
import { ThemeProvider } from '@mui/material/styles';
import theme from './theme'; // Replace with your theme file path
import Header from './components/Header/Header';
import FeaturedArticle from './components/FeaturedArticle/FeaturedArticle';
import CardList from './components/CardList/CardList';
import ContentGenerator from './components/ContentGenerator/ContentGenerator';
function App() {