Skip to content

Chetax/LocateHub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LocateHub

LocateHub is a web platform that allows users to create profiles, input their geographical addresses, and view all users' locations on an interactive map on the homepage.

Features

  • User creation and management
  • Geographical address input
  • Interactive map displaying all user locations
  • Locate users easily with map markers

Tech Stack

  • Frontend: React.js
  • Backend: Node.js, Express.js
  • Database: MongoDB (using MongoDB Compass for database management)
  • Map Integration: React Leaflet

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/LocateHub.git
    
  2. Navigate to the project directory:
    cd LocateHub
    
  3. Install the dependencies for frontend
    cd frontend
    npm install
    
  4. Install the dependencies for backend
    cd backend
    npm install
    

Usage

  1. Open your browser and go to http://localhost:3000.
  2. Use the form to create a new user by entering their geographical address.
  3. View all users on the interactive map on the homepage.

Contributing

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add some feature').
  5. Push to the branch (git push origin feature-branch).
  6. Open a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgements

About

Frontend Internship Coding Round : Bynry

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published