🌍 Address Search With React and Mapbox 🌍

πŸš€ Welcome to my Address Search project! This repository is intended as a code backup for anyone following my tutorial video.

Address Search App Screenshot

This repository contains the full, finished project code. If you're interested in building this app from scratch, I recommend checking out my tutorial video for step-by-step instructions and insights into the development process.

Overview πŸ“œ

This project aims to help you:

  • πŸ’» Implement address auto-complete functionality using Mapbox API.
  • πŸ” Fetch full address data.
  • 🏠 Modify address data.
  • πŸ—ΊοΈ Use the final address data to generate a map and point to the selected location.
  • πŸ“Œ Adjust the pin marker location for final address.

Getting Started πŸš€

πŸ‘©β€πŸ’» To explore the completed project code, simply clone or download this repository. You can then customize and further develop the app to suit your needs.

To install all dependencies run yarn or npm install.

To start the app run yarn dev or npm run dev.

Happy coding!