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

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.

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