Skip to content

Latest commit

 

History

History

README.md

showcase

Community showcase of projects built by Codebuff

Projects

  • Later - A task management app inspired by Do It (Tomorrow), built with Svelte
  • Game of Life - Conway's Game of Life implementation with TypeScript
  • Bayes - A web application for applying Bayesian reasoning to everyday life
  • Maze Generator - A maze generation visualization built with TypeScript
  • Codebuff Tricks - A community-built wizard to help you set up new projects with Codebuff
  • Minecraft simple - A basic version of Minecraft running in the browser!
  • Minecraft complex - A more complex version of Minecraft running in the browser!
  • Fishies - An aquarium with various fishies
  • Code Analysis - A project by Lachlan Gray to show interesting stats on any Github repo
  • Calendar On Air - An app built with CircuitPython that pulls time and weather data + a user's calendar events from the internet and displays it on an LCD screen
  • TDD Web Automation - A React-based web application demonstrating form automation testing using Playwright, uisng Test Driven Development (TDD)
  • Vending Machine - A fun little vending machine web and cli
  • Timer App - A timer app by Charles Lien to track various tasks over the years.

Cloning

This repository contains submodules. To clone including all showcase projects, use:

git clone --recursive https://github.com/CodebuffAI/codebuff-community.git

Or if you've already cloned the repository:

git submodule update --init --recursive