Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/naralc/pathfinding-visualizer
- Owner: NaralC
- Created: 2022-07-12T17:26:47.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-17T02:01:54.000Z (almost 2 years ago)
- Last Synced: 2023-03-10T07:21:54.031Z (over 1 year ago)
- Topics: daisyui-react, mobx-react, pathfinding, react, tailwindcss, typescript, vite
- Language: TypeScript
- Homepage: https://pathfinding-visualizer-tailwind.vercel.app/
- Size: 2.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)