sakeel-103 / DFS-BFS-Graph-Travers

The DFS-BFS graph traversal project is built using Angular for the frontend and Node.js for the backend. It demonstrates two popular graph traversal algorithms: Depth-First Search (DFS) and Breadth-First Search (BFS). These algorithms are fundamental for exploring nodes and edges of a graph, solving a variety of computational and real-world problem
https://dfs-bfs-graph-travers.netlify.app
12 stars 35 forks source link

[Bug]: start-exploring Button not working , #275

Open Jashwanth-rit opened 2 hours ago

Jashwanth-rit commented 2 hours ago

Description: In Home page onClick of startexploring , that should travel us to login or sign up page , after verification it should travel us to mainindex page flow broken

Screenshot 2024-10-17 155742

sakeel-103 commented 2 hours ago

@Jashwanth-rit Approach is 👎 LandingPage -> Signup/Login -> MainIndex Page -> Traversal Page. Please make sure of this.