CampusNav is a web application designed to help new students or anyone who is new or has lost their way in JIIT Noida. It provides an interactive map of the campus buildings, locations, and landmarks. The application helps guide people through the college and tells them the routes. The user can click on any location on the map to view a photo of that location. The user can also select the starting and destination points, and the application will show the route.
The application has both front-end and back-end components. The front-end is developed using HTML, CSS, and JavaScript. The back-end is developed using Node.js and MongoDB. The web application uses Google Maps API to display the interactive map.
To install CampusNav on your local machine, follow these steps:
-
Clone the repository from GitHub using the following command:
git clone https://github.com/mukundsarda/delorean.git
-
Install Node.js on your machine, if it is not already installed.
-
Install the necessary packages by running the following command in the root directory of the project:
npm install
-
Start the server by running the following command:
npm start
-
Open your web browser and navigate to
http://localhost:3000
to access CampusNav.
CampusNav has the following features:
- Interactive map of the JIIT Noida campus buildings, locations, and landmarks
- Ability to click on any location on the map to view a photo of that location
- Ability to select the starting and destination points and view the route
- Ability to display the route on the map with highlighted colors
- Ability to view photos of all the classrooms in the path by hovering the cursor on the path
- Displays information about ongoing events in a room, with photos of the event
We welcome contributions from the open source community. If you would like to contribute to CampusNav, please create a pull request. Please include a detailed description of the changes you are proposing and the reasons for them.
CampusNav is released under the MIT License. See the LICENSE
file for details.