https://github.com/verlias/drexelmaps
Drexel Maps is a web application built using the MERN stack (MongoDB, Express.js, React, and Node.js) aimed at helping students locate their classes. It leverages the A* algorithm to provide users with efficient routes, detailed floor plans of buildings, and directions to get to their destination.
https://github.com/verlias/drexelmaps
dijkstra-algorithm javascript mongodb reactjs
Last synced: about 1 month ago
JSON representation
Drexel Maps is a web application built using the MERN stack (MongoDB, Express.js, React, and Node.js) aimed at helping students locate their classes. It leverages the A* algorithm to provide users with efficient routes, detailed floor plans of buildings, and directions to get to their destination.
- Host: GitHub
- URL: https://github.com/verlias/drexelmaps
- Owner: Verlias
- Created: 2024-05-31T22:52:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-31T23:25:29.000Z (over 1 year ago)
- Last Synced: 2025-06-20T04:06:26.219Z (5 months ago)
- Topics: dijkstra-algorithm, javascript, mongodb, reactjs
- Language: JavaScript
- Homepage:
- Size: 58.1 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# π Drexel Maps
Drexel Maps is a web application built using the MERN stack (MongoDB, Express.js, React, and Node.js) aimed at helping students locate their classes. It leverages the A* algorithm to provide users with efficient routes, detailed floor plans of buildings, and directions to get to their destination.
## β¨ Features
- πΊοΈ **Interactive Maps:** Visual representations of the insides of buildings.
- π **A* Algorithm Implementation:** Efficient pathfinding for navigating through buildings.
- π¨ **User-Friendly Interface:** Easy to use and navigate interface designed for students.
- π‘ **Real-time Directions:** Provides up-to-date directions to help students reach their classes on time.
## π οΈ Tech Stack
- **Frontend:** React.js
- **Backend:** Node.js, Express.js
- **Database:** MongoDB
- **Algorithm:** A* Pathfinding
## βοΈ Installation
To set up the project locally, follow these steps:
### Clone the Repository
```bash
git clone https://github.com/yourusername/drexel-maps.git
cd DrexelMaps