Addy is a web app that enhances the addressing system of the world. Instead of remembering long addresses, Addy generates a unique 7-digit code based on the latitudinal and longitudinal coordinates of any position. The code is so accurate that every building in the world has been assigned a different 'Addy' with a minimum distance of 11.132 meters.
Tech Stack for this project
- HTML5
- CSS3
- JavaScript
- BootStrap 3
- Google Maps Places API
- Google Maps Geocoder API Used
https://gitter.im/Addy-Smart-Addresses
https://github.com/Addy-Smart-Addresses/Addy-Android/wiki/Contribution-Guidelines
- After forking the project, git clone this repository onto your local environment:
git clone https://github.com/bluetch/shopee_design.git
- Create a separate Git branch
git branch <your_new_branch_name>
- Git checkout your branch
git checkout <your_new_branch_name>
- Open up the project in your favorite code editor (e.g. Atom).
- Make your changes.
- Git add and commit your changes.
git add <file_name>
git commit -m <insert_commit_comment>
- Git push your changes as well as your new branch.
git push -u origin <your_branch_name>
- Go to the GitHub repository and submit a Pull Request.