/MapsAppAngular

App which enables you to observe a map of the world, add markers and more functionalities developed with Angular + TS + Bootstrap 5 + Mapbox.

Primary LanguageTypeScript

MapsAppAngular

Can I try this web app? 😮

Yes. You can try it at https://sergiogordillo.github.io/MapsAppAngular/.

What can you do with this web app? 🤔

You can:

🗺️ Observe the map of the world with different levels of zoom.
🧭 Add markers to different places and visit the place where you put a marker with just a click.
🧭 Move markers from one place to another one.
❌ Delete markers from the map.
✈️ Observe a real estate list and the position of each one on the map.

Which technologies did I use to develop this app? 🤔

It is a web app made with Angular 12 + TypeScript + Bootstrap 5 + Mapbox.
I used Angular-CLI to create my Angular App.

Which is the purpose of this web app? 🤔

It is a web app I made based on Fernando Herrera Angular course 🧐. I havent made barely changes compared to the project that Fernando Herrera made on the course, but just because I want to learn and adquire the Angular knowledge 🤓. I know the styles are very basic, but I just focused on Angular stuff. I learnt with this project about:

❤️ Good practices about making reusable components in Angular.
❤️ Good practices about Angular folder structure.
💙 Working in TypeScript with a library written in JavaScript (Mapbox: https://www.mapbox.com/).
🗺️ How to world with Mapbox at a basic level: adding zoom, adding/updating/deleting markers etc.
🧭 Saving markers in localStorage, updating their position in real time.
✈️ Creation of a screen with different maps in it.
💙 TypeScript.
🎨 Bootstrap 5.

MapsAppAngular

This project was generated with Angular CLI version 12.0.3.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.