Skip to content

Latest commit

 

History

History
102 lines (68 loc) · 2.69 KB

README.md

File metadata and controls

102 lines (68 loc) · 2.69 KB

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