import { h, render, Component } from "preact"; import { Container, Paper, Card, CardHeader, CardMedia, CardActions, CardContent, Typography, Button, } from "@material-ui/core"; import RambleScreenshot from "../static/images/RambleScreenshot.png"; class WebProjects extends Component { render() { return (

In this project I acted as CTO and built a website that allowed users to stream their podcasts live and accept call ins in a similar vain to talk shows! I learnt the entire javascript web development stack from react to audio streaming to devops in order to make it a reality. ); } } export default WebProjects;