Skip to content

๐ŸŒ GeoDev is a cutting-edge project showcasing the integration of Mapbox with Next.js and TypeScript. This interactive map allows users to visualize routes, toggle various map layers, and access information about trail entrances for enhanced urban planning and policy analysis.

License

Notifications You must be signed in to change notification settings

thiagobardini/geodev-demo

Repository files navigation

Demo Report Logo


GeoDev

GeoDev

Overview

๐ŸŒ GeoDev is a cutting-edge project showcasing the integration of Mapbox and D3.js with Next.js and TypeScript. It allows users to interact with geospatial data, visualize routes, and toggle various map layers for enhanced urban planning and policy analysis.

Functionalities

  • Mapbox Integration: Visualize interactive maps with various layers.
  • D3.js Integration: Create dynamic and interactive data visualizations.
  • Route Visualization: Display calculated routes between points on the map.
  • Layer Toggle: Enable and disable different data layers on the map.

Technologies Used

  • Next.js: A React framework for server-side rendering and static site generation.
  • Mapbox: A powerful mapping platform for creating custom and interactive maps.
  • D3.js: A JavaScript library for producing dynamic, interactive data visualizations.
  • TypeScript: A superset of JavaScript that adds static typing to the language.
  • Prisma: A modern and intuitive ORM for Node.js and TypeScript.
  • PostgreSQL: A powerful, open-source relational database system.

Project Structure

  • components: Contains all React components used in the project.
  • public: Static public files such as images.
  • lib: Helper functions and custom hooks.
  • pages: Next.js pages.
  • styles: Style files.

Getting Started

Prerequisites

Ensure you have Node.js installed on your machine.

Installation

  1. Clone the repository:

    git clone https://github.com/thiagobardini/geodev-demo.git
  2. Navigate to the project directory:

    cd geodev-demo
  3. Install the dependencies:

    pnpm install

Running the Project

  1. Start the development server:

    pnpm dev
  2. Open http://localhost:3000 in your browser to see the app in action.

Building for Production

To create a production build of the project:

pnpm build

And then, to start the server:

pnpm start

Contributing

Contributions are welcome! If you have any suggestions or find any issues, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

Acknowledgements

Special thanks to all the open-source libraries and tools that make this project possible.



Demo Report Logo

About

๐ŸŒ GeoDev is a cutting-edge project showcasing the integration of Mapbox with Next.js and TypeScript. This interactive map allows users to visualize routes, toggle various map layers, and access information about trail entrances for enhanced urban planning and policy analysis.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published