Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/naralc/pathfinding-visualizer

A web application for visualizing the most optimal/shortest path to a destination.
https://github.com/naralc/pathfinding-visualizer

daisyui-react mobx-react pathfinding react tailwindcss typescript vite

Last synced: 8 days ago
JSON representation

A web application for visualizing the most optimal/shortest path to a destination.

Awesome Lists containing this project

README

        

# Pathfinding Visualizer
### A a web application for visualizing the most optimal/shortest path to a destination.

### Link to demo
> - https://pathfinding-visualizer-tailwind.vercel.app/

#### With the introduction of countless frontend concepts during my first internship, I aim to practice and broaden my understanding on them. Such concepts and technologies include, but are not limited to:
- ReactJS (Functional Components & Basic Hooks)
- TypeScript in General
- Tailwind CSS & daisyUI (Animations & Responsiveness)
- Data Structures & Pathfinding/Maze Generation Algorithms (Breadth-first Search, Depth-first Search, etc.)

References:
> - (To be added)