Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 369 Bytes

File metadata and controls

11 lines (7 loc) · 369 Bytes

This repo contains the implementations for boot.dev guided project

Implemented Projects

Static Site Generator

Similar to Hugo. As the name implies it takes Markupfiles and generates static HTML/CSS files for it. It uses directory based routing and python's built-in webserver.

Todo

  • Add how to use

Maze Solver