This project is a real-time maps application built with React, Mapbox, RXJS, and Hooks.
The Real-Time Maps App allows users to create markers on a map and see their movement in real time. The app is connected to a socket server, enabling real-time updates and synchronization between multiple clients.
- React 17: A JavaScript library for building user interfaces.
- Mapbox: An open-source mapping platform for custom designed maps.
- RXJS: A library for reactive programming using Observables.
- Hooks: A feature introduced in React 16.8 that allows you to use state and other React features without writing a class.
To get started with the Real-Time Maps App, follow these steps:
- Clone the repository:
git clone https://github.com/nelson2411/real_time_maps__app
- Install the dependencies:
npm install
- Start the development server:
npm start
- Open your browser and navigate to
http://localhost:3000