Taking inspiration from my past projects, I created Iambic.dev, a full stack web-app. Using a self made poetry generator API, that generates poems by creating markov chains from thousands of other poems, a user is able to vote and comment on these AI generated poems. Backend is created in Apollo, GraphQL and MongoDB for storage, poetry generation and the API for it is made with Python, while the front-end is with React (with hooks) in Typescript.