cadevue

カデュエ

Github Repository:
https://github.com/cadevue/treasure-hunt

Try Now!

This application can be tried out immediately! The web application can be accessed in this link:
https://treasure-hunt-lake.vercel.app/

Project Description

A web application that solve the treasure hunt problem using Breadth First Search (BFS) and Depth First Search (DFS) algorithm. The application visualize how a ship traverse the ocean (grid-based) map to find the treasure using the two algorithms.

The technologies used for the application are:

  • React as the frontend framework
  • Typescript as the language
  • Vite for the frontend bundler
  • TailwindCSS for the styling
  • Vercel for the deployment

Deployment

The web application can be accessed in this link:
https://treasure-hunt-lake.vercel.app/

Screenshots

Here are some screenshots of the treasure hunt application.

Instruction

Treasure Hunt Screenshot - Instruction

Input Section

Treasure Hunt Screenshot - Input Section

Algorithm Visualization

Treasure Hunt Screenshot - Algorithm Visualization

Result Summary

Treasure Hunt Screenshot - Result Summary