Skip to content

mukundsarda/delorean

Repository files navigation

CampusNav (Hackathon project)

Back To The Class (Class Finder)

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.

Installation

To install CampusNav on your local machine, follow these steps:

  1. Clone the repository from GitHub using the following command:

    git clone https://github.com/mukundsarda/delorean.git
    
  2. Install the necessary packages by running the following command in the root directory of the project:

    npm install
    
  3. Start the server by running the live server or by opening index.html file.

  4. Open your web browser and navigate to http://localhost:3000 to access CampusNav.

Features

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

Contributing

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**

License

CampusNav is released under the MIT License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published