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 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 .This application is using algortihm similar to Dijkstra algorithm.
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 the necessary packages by running the following command in the root directory of the project:
npm install
-
Start the server by running the live server or by opening index.html file.
-
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 select the starting and destination points and view the route
- Ability to display the route on the map with highlighted colors
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.
To contribute first fork this repo and clone it locally using
git clone <forked repo ssh link>
Then open the project in your preferred code editor and run the index.html file
Then you can do the required changes and make the pull request. No special commits requirement**
CampusNav is released under the MIT License. See the LICENSE
file for details.