Skip to content

AkarshGuptaa/delorean

 
 

Repository files navigation

CampusNav

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

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 Node.js on your machine, if it is not already installed.

  3. Install the necessary packages by running the following command in the root directory of the project:

    npm install
    
  4. Start the server by running the following command:

    npm start
    
  5. 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 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

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.

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

Languages

  • JavaScript 49.8%
  • CSS 31.1%
  • HTML 19.1%