Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 426 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 426 Bytes

Portfolio Frontend

Frontend for my portfolio using React/Next.js as a framework. It connects to a Flask web server that I wrote, which you can find here. I designed the layout myself, and used Material UI for some components.

Dijkstra's

Make a Graph class with a Node class

Graph contains many nodes

A Node represents a hexagon. It contains nothing in particular.